Message78275
| Author | sjmachin |
|---|---|
| Recipients | sjmachin |
| Date | 2008-12-24.23:28:07 |
| SpamBayes Score | 0.058487777 |
| Marked as misclassified | No |
| Message-id | <1230161288.62.0.8303215474.issue4742@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A clue:
>>> print(ascii(b'\xa0\x93\x94\xb7'.decode('cp1252')))
'\xa0\u201c\u201d\xb7'
Could be that it only happens where there's a cp1252 character that's
not in latin1; see files x93.py and x94.py (have problem) and xa0b7.py
(doesn't have problem). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-24 23:28:08 | sjmachin | set | recipients: + sjmachin |
| 2008-12-24 23:28:08 | sjmachin | set | messageid: <1230161288.62.0.8303215474.issue4742@psf.upfronthosting.co.za> |
| 2008-12-24 23:28:07 | sjmachin | link | issue4742 messages |
| 2008-12-24 23:28:07 | sjmachin | create | |