Click to See Complete Forum and Search --> : Character Set Headaches


Sirin86
06-04-2008, 02:33 PM
Hey guys, I'm having some troubles with international characters like à or é with my database. I've set the character set/collation to UTF8, yet for some reason the international characters get changed from à to à when the query is run. However the weirdest thing is that if I output the query right before mysql_query() is called, copy-paste it to phpmyadmin and run it there, it doesn't convert the character. Anybody have any ideas?