• 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
Adı
Son kayıt (commit)
Son güncelleme
..
python-mappings Loading commit data...
Makefile Loading commit data...
comparecodecs.py Loading commit data...
gencjkcodecs.py Loading commit data...
gencodec.py Loading commit data...
genwincodec.py Loading commit data...
genwincodecs.bat Loading commit data...
listcodecs.py Loading commit data...
makeunicodedata.py Loading commit data...
mkstringprep.py Loading commit data...