Processing accented characters submitted from forms [message #184469] |
Thu, 02 January 2014 15:55 |
JohnT
Messages: 16 Registered: April 2011
Karma:
|
Junior Member |
|
|
One of the websites that I am working on is getting a lot of interest
from countries that make a lot of use of accented characters.
Usually accented characters come through fine.
However, some are replaced by the character codes. e.g. İ
This seems to be occurring for some Turkish and Romanian characters.
Is PHP doing this ?
ie: is it something I can fix with settings ?
I need to send the data in non-html emails, so I need the original
characters.
html_entity_decode() doesn't seem to work for me.
How do people usually handle this ?
Thanks
JohnT
|
|
|