mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #22682: Added support for the kz1048 encoding.
This commit is contained in:
parent
0d4df752ac
commit
ad8a1c3fb2
8 changed files with 19 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue