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

Roberto Gerola’s picture

Hi.
Probably this is due to the charset of the localizertranslation table.
Be sure that it is UTF-8 :

alter table localizertranslation character set utf8;

Roberto Gerola’s picture

Status: Active » Closed (fixed)

Fixed in 2.2 release