Hi,
I posted this in the Database Development forum,without much luck.
Chinese Characters in mySQL Table
Hoping someonehere might be able to help.
Printable View
Hi,
I posted this in the Database Development forum,without much luck.
Chinese Characters in mySQL Table
Hoping someonehere might be able to help.
Are you using phpMyAdmin or the MySQL command-line to access the data?
If you are using phpMyAdmin then there may be an issue with its text encoding settings. See if changing your browser's character encoding setting helps.
I am 99% certain that your problem is not with MySQL but with the way you are presenting the data.
Jim Winstead discusses Unicode and Other Funny Characters in MySQL.