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?) ?