mgrohan
09-12-2007, 02:50 AM
Been trying for over a week now to sort out mysql using Chinese.
By default all tables in mysql are latin1_swedish..
In the current set up you can enter everything in chinese fine, and it will show in mysql as gibberish, but the site appears fine.
I have gone about changing every instance of latin1_swedish to utf-8 in mysql. I have then tried to import a couple of tables in chinese utf-8.
Chinese is shown properly in mysql - great.
But them viewing the directory, the new items are just ???.
Therefore to my understanding i have all charset set to utf-8 in mysql.
Charset of my pages in phpld are all utf
Simplified Chinese has been on installation.
But it seems that the script is still expecting latin1_swedish from mysql. :confused::confused:
Any help would be greatly appreciated.
By default all tables in mysql are latin1_swedish..
In the current set up you can enter everything in chinese fine, and it will show in mysql as gibberish, but the site appears fine.
I have gone about changing every instance of latin1_swedish to utf-8 in mysql. I have then tried to import a couple of tables in chinese utf-8.
Chinese is shown properly in mysql - great.
But them viewing the directory, the new items are just ???.
Therefore to my understanding i have all charset set to utf-8 in mysql.
Charset of my pages in phpld are all utf
Simplified Chinese has been on installation.
But it seems that the script is still expecting latin1_swedish from mysql. :confused::confused:
Any help would be greatly appreciated.