diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:16:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:16:55 (GMT) |
commit | ad8a1c3fb27aa3e240540888b6062597dce36fe8 (patch) | |
tree | 6e135c90bd2f7dbe9dd39e6c382d1c43af53dcee /Doc/library | |
parent | 0d4df752acbaf14164f1e8b2b95ebe3fe288bb82 (diff) | |
download | cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.zip cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.gz cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.bz2 |
Issue #22682: Added support for the kz1048 encoding.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/codecs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 0430cb9..b3bd6af 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1162,6 +1162,10 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | koi8_u | | Ukrainian | +-----------------+--------------------------------+--------------------------------+ +| kz1048 | kz_1048, strk1048_2002, rk1048 | Kazakh | +| | | | +| | | .. versionadded:: 3.5 | ++-----------------+--------------------------------+--------------------------------+ | mac_cyrillic | maccyrillic | Bulgarian, Byelorussian, | | | | Macedonian, Russian, Serbian | +-----------------+--------------------------------+--------------------------------+ |