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*' This seems to work but I know THAT's NOT the way.... ;) I would ALSO like to know how Bengali(or for that matter Hindi?) is represented in Unicode. PLEASE do NOT refer me to the Unicode site (www.unicode.org). The info there is WAY TOO much for my neurons to handle ;) Regards and well wishes Subhobroto Sinha __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ -- 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
