I am working on a game where we consider support for languages like Chinese with double byte characters. Anyone did this before? I am wondering if it is tricky and worth the extra effort and how to read from my scripts when using chinese language.
When i read strings from script will they automatically convert to unicode and then from unicode when i print them on screen?