I have the following problem. On a website there's a (simple) feedback
form. This is used also by Polish visitors who (of course) type Polish
text using special characters.
However, when I receive the text in my mailbox, all special characters
have been turned into mess......
For example: "wspólprace " is turned into "współpra ce".
It seems PHP is handling the Unicode-8 strings quite well (when I
'echo' the strings on the site, I see the text correctly), until the
point that it is send by using mail().
Is this a server configuration issue? Or something else?
How can I get my text to remain in Unicode?
I have this problem both on my testserver (Apache 1.3.28, PHP 4.3.2 on
Windows XP) as on my providers server (Apache under Linux).
Hope anybody can help.
Many thanks,
Edo.
form. This is used also by Polish visitors who (of course) type Polish
text using special characters.
However, when I receive the text in my mailbox, all special characters
have been turned into mess......
For example: "wspólprace " is turned into "współpra ce".
It seems PHP is handling the Unicode-8 strings quite well (when I
'echo' the strings on the site, I see the text correctly), until the
point that it is send by using mail().
Is this a server configuration issue? Or something else?
How can I get my text to remain in Unicode?
I have this problem both on my testserver (Apache 1.3.28, PHP 4.3.2 on
Windows XP) as on my providers server (Apache under Linux).
Hope anybody can help.
Many thanks,
Edo.
Comment