Text to display Chinese character

Hi, I am new to TD and when I am trying to type Chinese word into text TOP, it displays strange words which is not the Chinese words I type.
Although I changed the language to zh-tw in the Common page, it still displays English successfully only.
Is there anyway that I can display Chinese character through text TOP? Or TD only supports English character?
Hope anyone can help me! Thks!

Hello,
I never tried with chinese but with other langage, on the regular TD building the only way is to use Python to import your text in table and then use Python to put your text from the table to the text.
I join the Python script I use to import text from file, be careful to save the text as .txt file with proper encoding!
With the last experimental building (available on the download page), you can use directly UTF-8 text in table, import it directly and use it in text, have a try.
textImport.py.zip (670 Bytes)

As jacques said, in the current experimental release Unicode is fully supported, also in DATs, Python scripts, and custom parameters.

See: docs.derivative.ca/Experimental:Unicode

Download it here:
derivative.ca/099/Downloads … mental.asp