mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
This commit is contained in:
parent
22d0698d3b
commit
f5aba58480
8 changed files with 198 additions and 51 deletions
|
@ -458,6 +458,7 @@ aliases = {
|
|||
'macturkish' : 'mac_turkish',
|
||||
|
||||
# mbcs codec
|
||||
'ansi' : 'mbcs',
|
||||
'dbcs' : 'mbcs',
|
||||
|
||||
# ptcp154 codec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue