mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #22681: Added support for the koi8_t encoding.
This commit is contained in:
parent
ad8a1c3fb2
commit
f0eeedf0d8
7 changed files with 16 additions and 4 deletions
|
|
@ -699,6 +699,7 @@ locale_encoding_alias = {
|
|||
'euc_kr': 'eucKR',
|
||||
'utf_8': 'UTF-8',
|
||||
'koi8_r': 'KOI8-R',
|
||||
'koi8_t': 'KOI8-T',
|
||||
'koi8_u': 'KOI8-U',
|
||||
'kz1048': 'RK1048',
|
||||
'cp1251': 'CP1251',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue