Hi.
I`m using a webform.module for few days and figured out that the webform is sending bad symbols instead of non-english words by email.
So, email recepients recivied message in such way:
Submitted values are:
=D0=92=D0=B0=D1=88=D0=B5 =D0=B8=D0=BC=D1=8F / name :
Coded word was printed on russian in webform`s textfield name.
I thought that this bug came from this string in webform module:
Content-Transfer-Encoding: quoted-printable
When i changed it at "utf8" nothing happens.
For example mail.module is using same things but doesn`t use
those string (Content-Transfer-Encoding) in mail headers. When i deleted those string from
webmail.module, nothing was happens again.
I`m getting frustrated with this:(
Help please!
P.s.
Encoding of a site is UTF8, the same is in webform.