On 2/21/12 8:43 AM, John Kearney wrote: > signed / unsigend isn't really the problem anyway utf-8 only encodes > up to 0x7fff ffff and utf-16 only encodes up to 0x0010 ffff. > > In my latest version I've pretty much removed all reference to wchar_t > in unicode.c. It was unnecessary.
It's useful if the platform defines __STDC_ISO_10646__, wchar_t is 32 bits, and the value is less than 0x7fffffff. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/