Message147605
I think those shouldn't be considered whitespace, so they shouldn't be stripped either.
Even if _PyUnicode_IsWhitespace doesn't match exactly the Unicode definition of White_Space, they both agree that ZWSP and ZWNBSP are not whitespace. ZWNBSP is also used as BOM, and its usage as a zero-width space has been deprecated in favor of WORD JOINER (U+2060). Similarly WJ is not considered a whitespace. |
|
Date |
User |
Action |
Args |
2011-11-14 16:30:43 | ezio.melotti | set | recipients:
+ ezio.melotti, loewis, mankyd |
2011-11-14 16:30:43 | ezio.melotti | set | messageid: <1321288243.47.0.0134334996595.issue13391@psf.upfronthosting.co.za> |
2011-11-14 16:30:42 | ezio.melotti | link | issue13391 messages |
2011-11-14 16:30:42 | ezio.melotti | create | |
|