diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-26 23:38:56 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-26 23:38:56 (GMT) |
commit | 2f3ca9f20efad37aad479d557c282e08481602d0 (patch) | |
tree | 1830560daa4865d29734aa3c538eacd3199e110e /Doc/library/codecs.rst | |
parent | cc9695643fc40780f51719d5e9a272283a743077 (diff) | |
download | cpython-2f3ca9f20efad37aad479d557c282e08481602d0.zip cpython-2f3ca9f20efad37aad479d557c282e08481602d0.tar.gz cpython-2f3ca9f20efad37aad479d557c282e08481602d0.tar.bz2 |
Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 4b33c61..4523c7f 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1011,6 +1011,11 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | cp1258 | windows-1258 | Vietnamese | +-----------------+--------------------------------+--------------------------------+ +| cp65001 | | Windows only: Windows UTF-8 | +| | | (``CP_UTF8``) | +| | | | +| | | .. versionadded:: 3.3 | ++-----------------+--------------------------------+--------------------------------+ | euc_jp | eucjp, ujis, u-jis | Japanese | +-----------------+--------------------------------+--------------------------------+ | euc_jis_2004 | jisx0213, eucjis2004 | Japanese | |