mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)
This commit is contained in:
parent
137be34180
commit
d267ac20c3
5 changed files with 4 additions and 134 deletions
|
|
@ -534,6 +534,7 @@ aliases = {
|
|||
'utf8' : 'utf_8',
|
||||
'utf8_ucs2' : 'utf_8',
|
||||
'utf8_ucs4' : 'utf_8',
|
||||
'cp65001' : 'utf_8',
|
||||
|
||||
# uu_codec codec
|
||||
'uu' : 'uu_codec',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue