Hey, Stefan is reading this forum!

I guess this is the first time I've seen him here.
Quote:
Originally posted by G_yoshi
#u could work too, but I didn't see #U in the message code list. What does #U do?
|
It is used serverside for translating strings.
Graal isn't using ASCII, but ANSI code (like windows normally does).
But you could still use #K(...). The numbers 0..255 have the same meaning in unicode as in ANSI, it would just have to be extended to work from 256...65535.
In the Allegro (open source) library I have for my compiler (DJGPP) there are some functions for Unicode support. I never looked at them before. Maybe they could help Stefan.