mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Add a new unicode codec: ptcp154 (Kazakh)
This commit is contained in:
parent
435bf58b7b
commit
5c5316f111
3 changed files with 172 additions and 0 deletions
|
|
@ -396,6 +396,12 @@ aliases = {
|
|||
# mbcs codec
|
||||
'dbcs' : 'mbcs',
|
||||
|
||||
# ptcp154 codec
|
||||
'csptcp154' : 'ptcp154',
|
||||
'pt154' : 'ptcp154',
|
||||
'cp154' : 'ptcp154',
|
||||
'cyrillic-asian' : 'ptcp154',
|
||||
|
||||
# quopri_codec codec
|
||||
'quopri' : 'quopri_codec',
|
||||
'quoted_printable' : 'quopri_codec',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue