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
..
2006-10-27 23:31:49 +00:00
2006-02-15 17:27:45 +00:00
2008-07-02 22:38:47 +00:00
2010-07-20 22:39:34 +00:00
2010-07-31 18:05:35 +00:00
2009-05-17 22:19:14 +00:00
2010-08-13 15:25:56 +00:00
2010-08-09 15:53:58 +00:00
2010-07-20 22:39:34 +00:00