Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68895ed

Browse files
committed
Marc-Andre Lemburg: use all lowercase names.
1 parent 8de1693 commit 68895ed

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Lib/encodings/aliases.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
'u16': 'utf_16',
2525
'utf_16be': 'utf_16_be',
2626
'utf_16le': 'utf_16_le',
27-
'UnicodeBigUnmarked': 'utf_16_be',
28-
'UnicodeLittleUnmarked': 'utf_16_le',
27+
'unicodebigunmarked': 'utf_16_be',
28+
'unicodelittleunmarked': 'utf_16_le',
2929

3030
# ASCII
3131
'us_ascii': 'ascii',
@@ -47,11 +47,11 @@
4747
'iso_8859_9': 'iso8859_9',
4848

4949
# Mac
50-
'MacCentralEurope': 'mac_latin2',
51-
'MacCyrillic': 'mac_cyrillic',
52-
'MacGreek': 'mac_greek',
53-
'MacIceland': 'mac_iceland',
54-
'MacRoman': 'mac_roman',
55-
'MacTurkish': 'mac_turkish',
50+
'maccentraleurope': 'mac_latin2',
51+
'maccyrillic': 'mac_cyrillic',
52+
'macgreek': 'mac_greek',
53+
'maciceland': 'mac_iceland',
54+
'macroman': 'mac_roman',
55+
'macturkish': 'mac_turkish',
5656

5757
}

0 commit comments

Comments
 (0)