• Amaury Forgeot d'Arc's avatar
    #5127: Even on narrow unicode builds, the C functions that access the Unicode · 324ac65c
    Amaury Forgeot d'Arc yazdı
    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.
    324ac65c
test_unicode.py 61 KB