[issue34763] Python lacks 0x4E17

STINNER Victor report at bugs.python.org
Fri Sep 21 16:37:04 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

$ ./python
Python 3.8.0a0 (heads/master-dirty:06e7608207, Sep 20 2018, 01:52:01) 
>>> import unicodedata
>>> unicodedata.unidata_version
'11.0.0'
>>> unicodedata.numeric('\u5345')
30.0
>>> unicodedata.numeric('\u4E17')
ValueError: not a numeric character

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34763>
_______________________________________


More information about the Python-bugs-list mailing list