Author Topic: Does paws support unicode?  (Read 740 times)

arcus

  • Traveller
  • *
  • Posts: 21
    • View Profile
Does paws support unicode?
« 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

lynx_lupo

  • Veteran
  • *
  • Posts: 1431
  • Sorbus aria!
    • View Profile
    • Linux pri nas
(No subject)
« Reply #1 on: July 04, 2005, 11:49:21 am »
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.
"Amor sceleratus habendi"- Ovid
"First they ignore you, then they laugh at you, then they fight you, then you eat them." -Godzilla

arcus

  • Traveller
  • *
  • Posts: 21
    • View Profile
(No subject)
« Reply #2 on: July 04, 2005, 12:11:42 pm »
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

arcus

  • Traveller
  • *
  • Posts: 21
    • View Profile
(No subject)
« Reply #3 on: July 05, 2005, 04:49:48 am »
Quote
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, :(