This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients ZooKeeper, lemburg
Date 2008-11-13.14:46:07
SpamBayes Score 3.3583838e-05
Marked as misclassified No
Message-id <1226587569.05.0.169684357049.issue4314@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure that you've used the right source code encoding for writing
these characters ?

Note that the Unicode .isalpha() method relies entirely on what the
Unicode database provides as code point information. If a character is
marked as not being alphanumeric (ie. is not in one of the categories
'Ll', 'Lu', 'Lt', 'Lo' or 'Lm'), it will return False.
History
Date User Action Args
2008-11-13 14:46:09lemburgsetrecipients: + lemburg, ZooKeeper
2008-11-13 14:46:09lemburgsetmessageid: <1226587569.05.0.169684357049.issue4314@psf.upfronthosting.co.za>
2008-11-13 14:46:08lemburglinkissue4314 messages
2008-11-13 14:46:07lemburgcreate