
Dec. 22, 2010
3:31 a.m.
On Tue, Dec 21, 2010 at 9:16 PM, Terry Reedy <tjreedy@udel.edu> 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 $