]> granicus.if.org Git - python/commit
Add a workaround for a problem that UTF-8 strings can be corrupted
authorHye-Shik Chang <hyeshik@gmail.com>
Wed, 4 Aug 2004 06:33:51 +0000 (06:33 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Wed, 4 Aug 2004 06:33:51 +0000 (06:33 +0000)
commitb5047fd01948ab108edcc1b3c2c901d915814cfd
tree57da79f0a53a1886bd1cdc431d86c0c18aa5a413
parent6db15d7307b831766617f6a9700ecc4c75a16081
Add a workaround for a problem that UTF-8 strings can be corrupted
or broken by basic ctype functions in 4.4BSD descendants.  This
will be fixed in their future development branches but they'll keep
the POSIX-incompatibility for their backward-compatiblities in near
future.
Include/pyport.h
Lib/test/test_locale.py
Misc/NEWS