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-16.00:32:19
SpamBayes Score 4.763973e-05
Marked as misclassified No
Message-id <1308184343.05.0.122800675754.issue12281@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-06-16 00:32:23vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, ocean-city
2011-06-16 00:32:23vstinnersetmessageid: <1308184343.05.0.122800675754.issue12281@psf.upfronthosting.co.za>
2011-06-16 00:32:22vstinnerlinkissue12281 messages
2011-06-16 00:32:22vstinnercreate