Martin v. Löwis <mar...@v.loewis.de> added the comment:

> It's not just this character. isspace() is also False for \u200c and \u200d 
> (from the same category). and \u2060, \u2800 and \ufeff

What reason do you have to believe that they should be classified as
whitespace, other than the web page you are quoting (which is apparently
out of date, and the fact that Python 2.6 was classifying
them this way, which are also out of date for the very same reason)?

----------
title: Some unicode space characters are not recognized as a space -> Unicode 
space character \u200b unrecognised a space

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10567>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to