mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
- 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)
This commit is contained in:
parent
b6568b91fd
commit
974ed7cfa5
11 changed files with 683 additions and 459 deletions
|
@ -1,4 +1,4 @@
|
|||
/* this file was generated by Tools/unicode/makeunicodedata.py 2.2 */
|
||||
/* this file was generated by Tools/unicode/makeunicodedata.py 2.3 */
|
||||
|
||||
#define UNIDATA_VERSION "3.2.0"
|
||||
/* a list of unique database records */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue