On Wed, 2003-10-29 at 22:36, Subhobroto Sinha wrote: > Hello all > > I wrote this in order to learn and discuss a few > things about Unicode. > > This mail is mainly meant for Sayamindu (as both > Indrada and Arijitda recommended this topic to be > discussed with him as developing Ankur has made him an > Unicode guru!), but anybody who can help is welcome > to. > > I just wanted to know the development and usage part > of Unicode and howto convert from Unicode to ASCII > etc, internal representation (unsigned short int ?)... > Leave out the GNU Library functions offered by Libc > > Currently I am writing stuff like this to convert > Unicode to ASCII: > > 'while(*szASCIIStringDest++=**sUnicodeStringDest++);' > > where 'szASCIIStringDest' is a 'char*' and > 'sUnicodeStringDest' is a 'wchar_t*'
..btw, it seems that this hack of yours will work for only upto U+0100. what do you propose to do after that?? -sdg- -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
