Re: [Pgui-devel] Double byte languges

2001-10-08 Thread Micah Dowty
I am not familiar with Unicode (yet) but I think you would only need to modify the font rendering code. PicoGUI's key codes are 16-bit integers, and the font code does not limit fonts to 256 characters. Since this would make PicoGUI much more useful and probably wouldn't be hard to implement, Un

[Pgui-devel] Double byte languges

2001-10-06 Thread infoland
Hi folks, Can anybody tell me how to integrate Hangul(or CJK) input and output in picoGUI's source code or uCLinux?  And Is it possible to use Unicode on the picoGUI? how?   sk