mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.
This commit is contained in:
parent
671c506737
commit
cd8a4cb3d3
1 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
"""
|
"""
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
||||||
|
# Please keep this list sorted alphabetically !
|
||||||
|
|
||||||
# ascii codec
|
# ascii codec
|
||||||
'646' : 'ascii',
|
'646' : 'ascii',
|
||||||
'ansi_x3.4_1968' : 'ascii',
|
'ansi_x3.4_1968' : 'ascii',
|
||||||
|
|
@ -244,6 +246,11 @@ aliases = {
|
||||||
# hex_codec codec
|
# hex_codec codec
|
||||||
'hex' : 'hex_codec',
|
'hex' : 'hex_codec',
|
||||||
|
|
||||||
|
# hp_roman8 codec
|
||||||
|
'roman8' : 'hp_roman8',
|
||||||
|
'r8' : 'hp_roman8',
|
||||||
|
'csHPRoman8' : 'hp_roman8',
|
||||||
|
|
||||||
# hz codec
|
# hz codec
|
||||||
'hzgb' : 'hz',
|
'hzgb' : 'hz',
|
||||||
'hz_gb' : 'hz',
|
'hz_gb' : 'hz',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue