Commit cd8a4cb3 authored by Marc-André Lemburg's avatar Marc-André Lemburg

Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.

parent 671c5067
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment