]> granicus.if.org Git - python/commitdiff
Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.
authorMarc-André Lemburg <mal@egenix.com>
Wed, 28 Jul 2004 15:35:29 +0000 (15:35 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 28 Jul 2004 15:35:29 +0000 (15:35 +0000)
Lib/encodings/aliases.py

index 79f3cc664324ed960759d1d61a801b715f946c72..c50808272f7a44be8bc123c7d43198d04703b7ad 100644 (file)
@@ -17,6 +17,8 @@
 """
 aliases = {
 
+    # Please keep this list sorted alphabetically !
+
     # ascii codec
     '646'                : 'ascii',
     'ansi_x3.4_1968'     : 'ascii',
@@ -244,6 +246,11 @@ aliases = {
     # hex_codec codec
     'hex'                : 'hex_codec',
 
+    # hp_roman8 codec
+    'roman8'             : 'hp_roman8',
+    'r8'                 : 'hp_roman8',
+    'csHPRoman8'         : 'hp_roman8',
+
     # hz codec
     'hzgb'               : 'hz',
     'hz_gb'              : 'hz',