Re: [xml-dev] Genx

From
David Tolpin <>
To
Date
2004-01-21T18:50:54Z
ID
<>
Thread
Re: [xml-dev] Genx
> the wcs* and *wcs functions use.  wchar_t should
> not be used in programs that are meant to generate 
> portable data and be portable themselves; you just 
> don't know what you're going to get.

char * for utf8
int *  for utf32 (or ucs2+utf16 on smaller machines?)

?