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, vstinner
Date 2011-10-18.22:44:30
SpamBayes Score 3.1371078e-10
Marked as misclassified No
Message-id <1318977871.28.0.0371088882056.issue13216@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to #12281, it is now trivial to implement any Windows code page in Python. I don't know if existing code pages (e.g. cp932) should use codecs.code_page_encode/.code_page_decode on Windows, or continue to use the (portable) Python code.

Users want the code page 65001, even if I consider that it is useless to set the ANSI code page to 65001 in a console (see issue #1602), but that's a different story. Attached patch implements this code page.
History
Date User Action Args
2011-10-18 22:44:31vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc
2011-10-18 22:44:31vstinnersetmessageid: <1318977871.28.0.0371088882056.issue13216@psf.upfronthosting.co.za>
2011-10-18 22:44:30vstinnerlinkissue13216 messages
2011-10-18 22:44:30vstinnercreate