Hi,
I am converting an application to unicode.
Now in uncode a character may be of 1 byte or may be of 2 byte.So whenever I read that character(say in chinese), I need to know whether it occupies i byte or 2 byte...

Can u suggest the way/link , by which i can achieve this..

Regs