Re: [xml-dev] Genx

From
Tim Bray <>
To
Date
2004-01-21T21:45:08Z
ID
<>
Thread
Re: [xml-dev] Genx
On Jan 21, 2004, at 1:37 PM,  wrote:

> C and C++ on the Windows platform *are* UTF-16 centric.  If you put
> a Gothic character into a "..."L string, for example

So you're saying that it would be satisfactory for genx to infer that if

    sizeof(wchar_t) == 2

then the values are UTF16 coded units? -Tim