Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de1693 commit 68895edCopy full SHA for 68895ed
1 file changed
Lib/encodings/aliases.py
@@ -24,8 +24,8 @@
24
'u16': 'utf_16',
25
'utf_16be': 'utf_16_be',
26
'utf_16le': 'utf_16_le',
27
- 'UnicodeBigUnmarked': 'utf_16_be',
28
- 'UnicodeLittleUnmarked': 'utf_16_le',
+ 'unicodebigunmarked': 'utf_16_be',
+ 'unicodelittleunmarked': 'utf_16_le',
29
30
# ASCII
31
'us_ascii': 'ascii',
@@ -47,11 +47,11 @@
47
'iso_8859_9': 'iso8859_9',
48
49
# 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',
+ 'maccentraleurope': 'mac_latin2',
+ 'maccyrillic': 'mac_cyrillic',
+ 'macgreek': 'mac_greek',
+ 'maciceland': 'mac_iceland',
+ 'macroman': 'mac_roman',
+ 'macturkish': 'mac_turkish',
56
57
}
0 commit comments