On 05/18/2012 11:24 AM, jmfauth wrote:
Is it normal the str.isnumeric() returns False for these Cuneiforms? > > '\U00012456' > '\U00012457' > '\U00012432' > '\U00012433' > > They are all in the Nl category.Indeed there are, but Unicode (ver. 5.0.0) does not assign numeric values to these code points.
help(unicodedata) says Python 3.3a refers to Unicode 6.0.0 -- Marco -- http://mail.python.org/mailman/listinfo/python-list