cpython/Tools/unicode
Hye-Shik Chang 974ed7cfa5 - SF #962502: Add two more methods for unicode type; width() and
iswide() for east asian width manipulation. (Inspired by David
Goodger, Reviewed by Martin v. Loewis)
- Move _PyUnicode_TypeRecord.flags to the end of the struct so that
no padding is added for UCS-4 builds. (Suggested by Martin v. Loewis)
2004-06-02 16:49:17 +00:00
..
makeunicodedata.py - SF #962502: Add two more methods for unicode type; width() and 2004-06-02 16:49:17 +00:00
mkstringprep.py Applying SF patch #949329 on behalf of Raymond Hettinger. 2004-05-19 19:10:18 +00:00