I'm trying to implement Chinese (traditional or simplified) menu translations and when I go to Administer --> menus --> [edit a specific menu] --> Chinese, Traditional translation, and then I type in the Chinese translation, after saving it converts it into question marks (??).
I've tested the menu translation using a different English word and it works fine, the Chinese just doesn't seem to stick.
Comments
Comment #1
Roberto Gerola commentedHi.
Probably this is due to the charset of the localizertranslation table.
Be sure that it is UTF-8 :
alter table localizertranslation character set utf8;
Comment #2
Roberto Gerola commentedFixed in 2.2 release