diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-06 19:42:27 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-06 19:42:27 -0700 |
commit | f5aba58480bb0dd45181f609487ac2ecfcc98673 (patch) | |
tree | 0d70301224f945e379c37058fa6b24b6ba8c78e5 /Lib/encodings/aliases.py | |
parent | 22d0698d3b034f4f4314aa793da7225a5da640ba (diff) | |
download | cpython-git-f5aba58480bb0dd45181f609487ac2ecfcc98673.tar.gz |
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
Diffstat (limited to 'Lib/encodings/aliases.py')
-rw-r--r-- | Lib/encodings/aliases.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 67c828d639..2e63c2f949 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py @@ -458,6 +458,7 @@ aliases = { 'macturkish' : 'mac_turkish', # mbcs codec + 'ansi' : 'mbcs', 'dbcs' : 'mbcs', # ptcp154 codec |