]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
experimental UCS-4 support: added USE_UCS4_STORAGE define to
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 26 Jun 2001 17:17:07 +0000 (17:17 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 26 Jun 2001 17:17:07 +0000 (17:17 +0000)
commit1294ad0c59d4a8bfbdd3f4606653d7aa20b2969e
tree5ba823af8075f10fdf12cf3657041324d73ff342
parent45714e9ecb97c53254d644ecee00d66d36a21449
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)
Include/unicodeobject.h
Modules/sre.h
Objects/unicodeobject.c