dr-support
04-08-2007, 06:02 AM
have a php form which submits information to an email (txt mail not html mail). Everything works fine when dealing with 'normal' text. However, if a user submits "العربية", the resulting text displays as "د لله ".
The website is in 3 languages (EN, FR, AR). Page encoding is unicode...
Clearly it is an encoding problem, but I have looked around and cannot really see where to start to fix the problem. My php form submits to an external php file(contactus.php attached ), which in turn checks configuration information on an external text file.
The website is in 3 languages (EN, FR, AR). Page encoding is unicode...
Clearly it is an encoding problem, but I have looked around and cannot really see where to start to fix the problem. My php form submits to an external php file(contactus.php attached ), which in turn checks configuration information on an external text file.
