PDA

View Full Version : Chinese language configuration with Drupal



wtt
12-09-2007, 06:58 AM
I set up Drupal here and I imported the Chinese language package. However, after that, when I was trying to create Chinese menu, it displays "????". I checked out the database, I found some tables which has font format of swedish instead of UTF8. How can I fix this issue? Any advices would be highly welcomed.

petercyyau
12-13-2007, 08:05 AM
some notes for you, from my experience

1.) check the pages encoding method. i.e. when you type chinese, make sure you load your page into UTF8 or Big5 (depend on your sql table encoding way)
2.) check SQL insert statment, did the command correct convert the coding method
3.) check the sql table, change the code swedish into UTF-8 Unicode (utf8)

p.s. among these, pt. one should be the most command mistake