PlaneShift
Development => Development Deliberation => Topic started by: arcus on July 04, 2005, 10:21:30 am
-
hi, all
I\'m using paws separately to develop some gui, and in my gui, there are some labels written in Chinese, in the gui xml defination file, I wrote like this:
in this piece of code, simbei.ttf is a chinese font ttf file, and it display the string of aaa????zzz\", the result is that
\"aaa zzz\", all the Chinese character is displayed as blank.
So I wonder does paws support unicode? If so, how can I input Chinese character.
Any help and suggestion will be welcome!
Frank
-
It doesn\'t seem so. A quick grep says the same, utf32 seems to be used only with keyboard input. I would check all the output code and try to use the utf32_char type there.
Acraig and others can give you a better answer.
-
hi, all
As I know, CS support unicode, does this mean that aws support unicode too? Anyway if I want to display some Chinese character in the paws, should I refine the files in the package of common\\paws to support Chinese ttf file? If so, can anybody give me a hint for this?
Thank you very much!
Frank
-
Originally posted by arcus
hi, all
As I know, CS support unicode, does this mean that aws support unicode too? Anyway if I want to display some Chinese character in the paws, should I refine the files in the package of common\\paws to support Chinese ttf file? If so, can anybody give me a hint for this?
Thank you very much!
Frank
Sorry, it seems that CS doesn\'t support unicode now, :(