Page 1 of 1

characters à é è ê ï ë and etc are not recognized

Posted: Thu Dec 01, 2011 4:05 pm
by Markco
Script URL:
Version of script: 2.3
Hosting company: local server (Uwamp 2.1)

Write your message below:

Hello,
When I enter a character in à é è ê ï ë and etc the text disappear we press the button submit in the admin part (custom field) and the users part (name, subject, zone text) and all add response text admin and users.

Thank you for your assistance

Re: characters à é è ê ï ë and etc are not recognized

Posted: Fri Dec 02, 2011 3:59 pm
by Klemen
It's an encoding problem between the script and the database.

Try changing your script encoding to "utf-8" by changing "iso-8859-1" to "utf-8" in your "language/en/text.php" file (or if you use French it's probably in language/fr/text.php).