Undo the removal. Guido mentioned that the encoding name is in active

by some email headers.
This commit is contained in:
Marc-André Lemburg 2002-10-04 16:30:42 +00:00
parent 68fc27385d
commit 8dc5ff2e5a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ aliases = {
# ascii codec
'646' : 'ascii',
'ansi_x3.4_1968' : 'ascii',
'ansi_x3_4_1968' : 'ascii', # some email headers use this non-standard name
'ansi_x3.4_1986' : 'ascii',
'cp367' : 'ascii',
'csascii' : 'ascii',