[pypy-issue] [issue757] unicode.isspace() incorrect

Friedel Wolff tracker at bugs.pypy.org
Sun Jun 19 16:55:32 CEST 2011


Friedel Wolff <friedel at translate.org.za> added the comment:

Here is another difference that could be related, and I'm reasonably sure it is
a bug:

python -c 'print u"a\u200bb".split()'
[u'a', u'b']

pypy   -c 'print u"a\u200bb".split()'
[u'a\u200bb']

\u200b is used in some languages to separate words for the sake of line wrapping
or other word based processing, but without actually inserting a visual space in
rendering.

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue757>
________________________________________


More information about the pypy-issue mailing list