commit | c60e6f777114f43c64f1b83f9ad2b6e4efd220e7 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Thu Sep 20 10:35:46 2001 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Thu Sep 20 10:35:46 2001 +0000 |
tree | c7c600ed692c243edbd520872a2648cb9c01a8c1 | |
parent | 26e3b681b26c9978c819396e278f43d356d86f9e [diff] |
Patch #435971: UTF-7 codec by Brian Quinlan.
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index c3c49b4..65d8fef 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py
@@ -14,6 +14,10 @@ 'latin': 'latin_1', 'latin1': 'latin_1', + # UTF-7 + 'utf7': 'utf_7', + 'u7': 'utf_7', + # UTF-8 'utf': 'utf_8', 'utf8': 'utf_8',