Marc-Andre Lemburg <[EMAIL PROTECTED]> added the comment: 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. ---------- components: -Extension Modules nosy: +lemburg _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4314> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com