Commit 18b72eb9 authored by Guido van Rossum's avatar Guido van Rossum

Marc-Andre Lemburg: use all lowercase names.

parent 79120fe0
...@@ -24,8 +24,8 @@ aliases = { ...@@ -24,8 +24,8 @@ aliases = {
'u16': 'utf_16', 'u16': 'utf_16',
'utf_16be': 'utf_16_be', 'utf_16be': 'utf_16_be',
'utf_16le': 'utf_16_le', 'utf_16le': 'utf_16_le',
'UnicodeBigUnmarked': 'utf_16_be', 'unicodebigunmarked': 'utf_16_be',
'UnicodeLittleUnmarked': 'utf_16_le', 'unicodelittleunmarked': 'utf_16_le',
# ASCII # ASCII
'us_ascii': 'ascii', 'us_ascii': 'ascii',
...@@ -47,11 +47,11 @@ aliases = { ...@@ -47,11 +47,11 @@ aliases = {
'iso_8859_9': 'iso8859_9', 'iso_8859_9': 'iso8859_9',
# Mac # Mac
'MacCentralEurope': 'mac_latin2', 'maccentraleurope': 'mac_latin2',
'MacCyrillic': 'mac_cyrillic', 'maccyrillic': 'mac_cyrillic',
'MacGreek': 'mac_greek', 'macgreek': 'mac_greek',
'MacIceland': 'mac_iceland', 'maciceland': 'mac_iceland',
'MacRoman': 'mac_roman', 'macroman': 'mac_roman',
'MacTurkish': 'mac_turkish', 'macturkish': 'mac_turkish',
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment