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-16.00:32:19
SpamBayes Score 4.763973e-05
Marked as misclassified
Message-id <1308184343.05.0.122800675754.issue12281@psf.upfronthosting.co.za>
In-reply-to
内容
Patch version 4 (mbcs4.patch):
 - fix encode and decode flags depending on the code page and Windows version, e.g. use WC_ERR_INVALID_CHARS instead of WC_NO_BEST_FIT_CHARS for CP_UTF8 on Windows Vista and later
 - fix usage of the default character on encoding, depending on the code page (incompatible with CP_UTF7 and CP_UTF8)
 - add some more unit tests
 - read the windows version only once, at startup
 - decode_code_page_chunk() now adjusts the input size depending on the final flag (it was done by decode_code_page_strict)
历史
日期 用户 动作 参数
2011-06-16 00:32:23vstinner修改recipients: + vstinner, loewis, amaury.forgeotdarc, ocean-city
2011-06-16 00:32:23vstinner修改messageid: <1308184343.05.0.122800675754.issue12281@psf.upfronthosting.co.za>
2011-06-16 00:32:22vstinner链接issue12281 messages
2011-06-16 00:32:22vstinner创建