New submission from STINNER Victor <victor.stin...@haypocalc.com>: 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. ---------- components: Unicode files: cp65001.py messages: 145871 nosy: amaury.forgeotdarc, haypo, loewis priority: normal severity: normal status: open title: Add cp65001 codec versions: Python 3.3 Added file: http://bugs.python.org/file23453/cp65001.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13216> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com