消息 [145871]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-10-18 22:44:31 | vstinner | 修改 | recipients:
+ vstinner, loewis, amaury.forgeotdarc |
| 2011-10-18 22:44:31 | vstinner | 修改 | messageid: <1318977871.28.0.0371088882056.issue13216@psf.upfronthosting.co.za> |
| 2011-10-18 22:44:30 | vstinner | 链接 | issue13216 messages |
| 2011-10-18 22:44:30 | vstinner | 创建 | |
|