Skip to content

Commit

Permalink
bpo-34519: Add additional aliases for HP Roman 8
Browse files Browse the repository at this point in the history
HP Roman 8 is known under mode aliases than listed in aliases.py.

Patch by Michael Osipov.
  • Loading branch information
michael-o committed May 27, 2019
1 parent ff6b2e6 commit dab21f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/encodings/aliases.py
Expand Up @@ -263,9 +263,12 @@
'hex' : 'hex_codec',

# hp_roman8 codec
'hp-roman8' : 'hp_roman8',
'roman8' : 'hp_roman8',
'r8' : 'hp_roman8',
'csHPRoman8' : 'hp_roman8',
'cp1051' : 'hp_roman8',
'ibm1051' : 'hp_roman8',

# hz codec
'hzgb' : 'hz',
Expand Down
@@ -0,0 +1 @@
Add additional aliases for HP Roman 8. Patch by Michael Osipov.

0 comments on commit dab21f7

Please sign in to comment.