[I18n-sig] Support for "wide" Unicode characters

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri, 29 Jun 2001 00:05:16 +0200


> > Implementation
> > 
> >     There is a new (experimental) define:
> > 
> >         #define PY_UNICODE_SIZE 2
> 
> Doesn't sizeof(Py_UNICODE) do the same ?

No, you can't use sizeof in a preprocessor #if test.

Regards,
Martin