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.

作者 vstinner
收信人 amaury.forgeotdarc, loewis, ocean-city, vstinner
日期 2011-06-08.12:57:23
SpamBayes Score 0.18339883
Marked as misclassified
Message-id <1307537844.71.0.260958440335.issue12281@psf.upfronthosting.co.za>
In-reply-to
内容
Example with ANSI=cp932 (on Windows Seven):
 - b'abc\xffdef'.decode('mbcs', 'replace') gives 'abc\uf8f3def'
 - b'abc\xffdef'.decode('mbcs', 'ignore') gives 'abcdef'
历史
日期 用户 动作 参数
2011-06-08 12:57:24vstinner修改recipients: + vstinner, loewis, amaury.forgeotdarc, ocean-city
2011-06-08 12:57:24vstinner修改messageid: <1307537844.71.0.260958440335.issue12281@psf.upfronthosting.co.za>
2011-06-08 12:57:24vstinner链接issue12281 messages
2011-06-08 12:57:23vstinner创建