[issue10567] Unicode space character \u200b unrecognised a space

Martin v. Löwis report at bugs.python.org
Sun Nov 28 19:59:24 CET 2010


Martin v. Löwis <martin at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10567>
_______________________________________


More information about the Python-bugs-list mailing list