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 vstinner
Recipients amaury.forgeotdarc, loewis, ocean-city, vstinner
Date 2011-06-08.12:57:23
SpamBayes Score 0.18339883
Marked as misclassified No
Message-id <1307537844.71.0.260958440335.issue12281@psf.upfronthosting.co.za>
In-reply-to
Content
Example with ANSI=cp932 (on Windows Seven):
 - b'abc\xffdef'.decode('mbcs', 'replace') gives 'abc\uf8f3def'
 - b'abc\xffdef'.decode('mbcs', 'ignore') gives 'abcdef'
History
Date User Action Args
2011-06-08 12:57:24vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, ocean-city
2011-06-08 12:57:24vstinnersetmessageid: <1307537844.71.0.260958440335.issue12281@psf.upfronthosting.co.za>
2011-06-08 12:57:24vstinnerlinkissue12281 messages
2011-06-08 12:57:23vstinnercreate