experimental UCS-4 support: added USE_UCS4_STORAGE define to
unicodeobject.h, which forces sizeof(Py_UNICODE) == sizeof(Py_UCS4). (this may be good enough for platforms that doesn't have a 16-bit type. the UTF-16 codecs don't work, though)
F
Fredrik Lundh committed
1294ad0c59d4a8bfbdd3f4606653d7aa20b2969e
Parent: 45714e9