Add yet another alias for ASCII found in the field.  Will backport to
2.2.2.
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py
index 2365576..c842c61 100644
--- a/Lib/encodings/aliases.py
+++ b/Lib/encodings/aliases.py
@@ -27,6 +27,7 @@
     '646'                : 'ascii',
     'ansi_x3.4_1968'     : 'ascii',
     'ansi_x3.4_1986'     : 'ascii',
+    'ansi-x3-4-1968'     : 'ascii',
     'cp367'              : 'ascii',
     'csascii'            : 'ascii',
     'ibm367'             : 'ascii',