On Tue, Dec 21, 2010 at 9:16 PM, Terry Reedy <[email protected]> wrote:
..
>> A non-normative HTML file listing all valid identifier characters for
>> Unicode
>> 4.1 can be found at
>> http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html
>
> Has that file been updated for Unicode 6.0?
Apparently not. In Python 3.2:
>>> '\N{KANNADA SIGN JIHVAMULIYA}'.isidentifier()
True
$ curl -s http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html|
grep JIHVAMULIYA
$
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com