bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945)

* bpo-34519: Add additional aliases for HP Roman 8

HP Roman 8 is known under mode aliases than listed in aliases.py.

Patch by Michael Osipov.
(cherry picked from commit a828514cc3)

Co-authored-by: Michael Osipov <michael.osipov@siemens.com>
This commit is contained in:
Miss Islington (bot) 2019-09-11 07:13:54 -07:00 committed by Jason R. Coombs
parent 35d0934040
commit fef5bdc645
2 changed files with 3 additions and 0 deletions

View File

@ -266,6 +266,8 @@ aliases = {
'roman8' : 'hp_roman8',
'r8' : 'hp_roman8',
'csHPRoman8' : 'hp_roman8',
'cp1051' : 'hp_roman8',
'ibm1051' : 'hp_roman8',
# hz codec
'hzgb' : 'hz',

View File

@ -0,0 +1 @@
Add additional aliases for HP Roman 8. Patch by Michael Osipov.