AJAX + MySQL + Latin Characters?

Evilzebra

New member
I am trying to insert data into a MySQL table using AJAX, it needs to accept Latin characters but when it is inserted the characters get changed, for example. à changes to Ãâ€*’ and Æ’ changes to Ã.

I have printed out out the MySQL UPDATE query I am running and all the characters are showing up correctly. I would prefer to not have convert the characters to HTML entities, but even this isn't working.

Any ideas would be wonderful.

Thanks,
Nick
 
Back
Top