cpython/Tools/unicode
Amaury Forgeot d'Arc 324ac65ceb #5127: Even on narrow unicode builds, the C functions that access the Unicode
Database (Py_UNICODE_TOLOWER, Py_UNICODE_ISDECIMAL, and others) now accept
and return characters from the full Unicode range (Py_UCS4).

The differences from Python code are few:
- unicodedata.numeric(), unicodedata.decimal() and unicodedata.digit()
  now return the correct value for large code points
- repr() may consider more characters as printable.
2010-08-18 20:44:58 +00:00
..
python-mappings Add custom mapping files used for generating some of the charmap 2005-10-25 11:54:04 +00:00
Makefile Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
comparecodecs.py convert shebang lines: python -> python3 2010-03-11 22:53:45 +00:00
gencjkcodecs.py More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
gencodec.py Merged revisions 78982,78986 via svnmerge from 2010-03-19 14:25:03 +00:00
genwincodec.py Merged revisions 78806 via svnmerge from 2010-03-08 22:17:58 +00:00
genwincodecs.bat Merged revisions 74000-74001 via svnmerge from 2009-07-13 20:38:21 +00:00
listcodecs.py Convert print statements to function calls in Tools/. 2007-08-03 17:06:41 +00:00
makeunicodedata.py #5127: Even on narrow unicode builds, the C functions that access the Unicode 2010-08-18 20:44:58 +00:00
mkstringprep.py More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00