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 hct
Recipients hct, r.david.murray
Date 2013-12-10.01:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386640554.02.0.339108111122.issue19914@psf.upfronthosting.co.za>
In-reply-to
Content
verified issue is due to code page was set to 65001, but I set PYTHONIOENCODING to utf-8 (tried UTF-8, utf8, utf-8...etc), so I'm not sure why there is problem with code page 65001

setting code page back to ascii (non-Unicode) fixed the issue.
History
Date User Action Args
2013-12-10 01:55:54hctsetrecipients: + hct, r.david.murray
2013-12-10 01:55:54hctsetmessageid: <1386640554.02.0.339108111122.issue19914@psf.upfronthosting.co.za>
2013-12-10 01:55:54hctlinkissue19914 messages
2013-12-10 01:55:53hctcreate