Re: str.isnumeric and Cuneiforms

2012-05-18 Thread Marco Buttu
On 05/18/2012 05:42 PM, jmfauth wrote: Non official but really practical: http://www.fileformat.info/info/unicode/index.htm Very well ordered, thanks -- Marco -- http://mail.python.org/mailman/listinfo/python-list

Re: str.isnumeric and Cuneiforms

2012-05-18 Thread jmfauth
On 18 mai, 17:08, Marco Buttu wrote: > On 05/17/2012 09:32 PM, Marco wrote: > > > Is it normal the str.isnumeric() returns False for these Cuneiforms? > > > '\U00012456' > > '\U00012457' > > '\U00012432' > > '\U00012433' > > > They are all in the Nl category. > > > Marco > > It's ok, I found that

Re: str.isnumeric and Cuneiforms

2012-05-18 Thread jmfauth
On 18 mai, 17:08, Marco Buttu wrote: > On 05/17/2012 09:32 PM, Marco wrote: > > > Is it normal the str.isnumeric() returns False for these Cuneiforms? > > > '\U00012456' > > '\U00012457' > > '\U00012432' > > '\U00012433' > > > They are all in the Nl category. > > > Marco > > It's ok, I found that

Re: str.isnumeric and Cuneiforms

2012-05-18 Thread Marco Buttu
On 05/17/2012 09:32 PM, Marco wrote: Is it normal the str.isnumeric() returns False for these Cuneiforms? '\U00012456' '\U00012457' '\U00012432' '\U00012433' They are all in the Nl category. Marco It's ok, I found that they don't have a number assigned in the ftp://ftp.unicode.org/Public/U

Re: str.isnumeric and Cuneiforms

2012-05-18 Thread Marco Buttu
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

Re: str.isnumeric and Cuneiforms

2012-05-18 Thread Marco Buttu
On 05/18/2012 02:50 AM, Steven D'Aprano wrote: Is it normal the str.isnumeric() returns False for these Cuneiforms? > > '\U00012456' > '\U00012457' > '\U00012432' > '\U00012433' > > They are all in the Nl category. Are you sure about that? Do you have a reference? I I was just playing

Re: str.isnumeric and Cuneiforms

2012-05-18 Thread jmfauth
On 17 mai, 21:32, Marco 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.

Re: str.isnumeric and Cuneiforms

2012-05-17 Thread Terry Reedy
On 5/17/2012 8:50 PM, Steven D'Aprano wrote: On Thu, 17 May 2012 21:32:29 +0200, Marco wrote: Is it normal the str.isnumeric() returns False for these Cuneiforms? '\U00012456' '\U00012457' '\U00012432' '\U00012433' They are all in the Nl category. Are you sure about that? Do you have a refe

Re: str.isnumeric and Cuneiforms

2012-05-17 Thread Steven D'Aprano
On Thu, 17 May 2012 21:32:29 +0200, Marco wrote: > Is it normal the str.isnumeric() returns False for these Cuneiforms? > > '\U00012456' > '\U00012457' > '\U00012432' > '\U00012433' > > They are all in the Nl category. Are you sure about that? Do you have a reference? It seems to me that they

str.isnumeric and Cuneiforms

2012-05-17 Thread Marco
Is it normal the str.isnumeric() returns False for these Cuneiforms? '\U00012456' '\U00012457' '\U00012432' '\U00012433' They are all in the Nl category. Marco -- http://mail.python.org/mailman/listinfo/python-list