View Single Post
  #5  
Old 12-20-2002, 09:08 PM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
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.
__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote