[
Lists Home |
Date Index |
Thread Index
]
Karl Waclawek:
[ Charset windows-1252 unsupported, converting... ]
>
> > The 'codePoint' typedef may be problematic:
> >
> > // Unicode code points (4-byte int on most systems)
> > typedef wchar_t codePoint;
>
> How often is UTF-32 actually in use? I would have thought
> that UTF-16 and UTF-8 are the dominant encodings?
Tim has a good article at ongoing.
http://www.tbray.org/ongoing/When/200x/2003/04/26/UTF
I think that choice of utf32 and utf8 is good; utf16 is a disaster,
unless it is ucs2.
David
|