This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:08sjmachinsetrecipients: + sjmachin
2008-12-24 23:28:08sjmachinsetmessageid: <1230161288.62.0.8303215474.issue4742@psf.upfronthosting.co.za>
2008-12-24 23:28:07sjmachinlinkissue4742 messages
2008-12-24 23:28:07sjmachincreate