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 f834ecb commit 7cd7240Copy full SHA for 7cd7240
1 file changed
Lib/email/Charset.py
@@ -43,6 +43,8 @@ def _isunicode(s):
43
'iso-2022-jp': (BASE64, None, None),
44
'koi8-r': (BASE64, BASE64, None),
45
'utf-8': (SHORTEST, BASE64, 'utf-8'),
46
+ # We're making this one up to represent raw unencoded 8-bit
47
+ '8bit': (None, BASE64, 'utf-8'),
48
}
49
50
# Aliases for other commonly-used names for character sets. Map
0 commit comments