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 /Lib/encodings | |
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 'Lib/encodings')
-rw-r--r-- | Lib/encodings/aliases.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 4cbaade..67c828d 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py @@ -412,6 +412,11 @@ aliases = { # koi8_r codec 'cskoi8r' : 'koi8_r', + # kz1048 codec + 'kz_1048' : 'kz1048', + 'rk1048' : 'kz1048', + 'strk1048_2002' : 'kz1048', + # latin_1 codec # # Note that the latin_1 codec is implemented internally in C and a |