mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Patch #435971: UTF-7 codec by Brian Quinlan.
This commit is contained in:
parent
26e3b681b2
commit
c60e6f7771
5 changed files with 392 additions and 1 deletions
|
|
@ -14,6 +14,10 @@ aliases = {
|
|||
'latin': 'latin_1',
|
||||
'latin1': 'latin_1',
|
||||
|
||||
# UTF-7
|
||||
'utf7': 'utf_7',
|
||||
'u7': 'utf_7',
|
||||
|
||||
# UTF-8
|
||||
'utf': 'utf_8',
|
||||
'utf8': 'utf_8',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue