mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +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
|
|
@ -700,6 +700,7 @@ locale_encoding_alias = {
|
|||
'utf_8': 'UTF-8',
|
||||
'koi8_r': 'KOI8-R',
|
||||
'koi8_u': 'KOI8-U',
|
||||
'kz1048': 'RK1048',
|
||||
'cp1251': 'CP1251',
|
||||
'cp1255': 'CP1255',
|
||||
'cp1256': 'CP1256',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue