mysql charset problem
Posted by: urbanpeople.net
Posted on: 2005-06-01 02:38:00
Hi,
I'm using my database to store big5 encoded text..... I noticed that myphpadmin changed and I can't select Big5 as the language anymore... the mysql language is set to UTF-8 (don't know from where it got this information, nor do I know how to change it) and the collation is set to latin1_swedish_ci.
I can't insert any big5 encoded text anymore without getting just messed up characters back. I tried to change the collation of a field to big5 put it destroyed the whole encoding and switching back to Latin1_swedish_ci didn't fix the problem (now I got a lot of ???? instead of chinese text in my database)
Any help is appreciated
roland