mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Patch #429957: Add support for cp1140, which is identical to cp037,
with the addition of the euro character. Also added a few EDBDIC aliases.
This commit is contained in:
parent
e2ccb89513
commit
13b8bc5478
2 changed files with 50 additions and 0 deletions
|
@ -32,6 +32,11 @@ aliases = {
|
|||
# ASCII
|
||||
'us_ascii': 'ascii',
|
||||
|
||||
# EBCDIC
|
||||
'ebcdic_cp_us': 'cp037',
|
||||
'ibm039': 'cp037',
|
||||
'ibm1140': 'cp1140',
|
||||
|
||||
# ISO
|
||||
'8859': 'latin_1',
|
||||
'iso8859': 'latin_1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue