]> granicus.if.org Git - python/commit
Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 26 Oct 2011 23:38:56 +0000 (01:38 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 26 Oct 2011 23:38:56 +0000 (01:38 +0200)
commit2f3ca9f20efad37aad479d557c282e08481602d0
tree1830560daa4865d29734aa3c538eacd3199e110e
parentcc9695643fc40780f51719d5e9a272283a743077
Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)
Doc/library/codecs.rst
Doc/whatsnew/3.3.rst
Lib/encodings/cp65001.py [new file with mode: 0644]
Lib/test/test_codecs.py
Misc/NEWS