Message147605
| Author | ezio.melotti |
|---|---|
| Recipients | ezio.melotti, loewis, mankyd |
| Date | 2011-11-14.16:30:42 |
| SpamBayes Score | 8.885851e-06 |
| Marked as misclassified | No |
| Message-id | <1321288243.47.0.0134334996595.issue13391@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |