Commit a828514c authored by Michael Osipov's avatar Michael Osipov Committed by Jason R. Coombs

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

* 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.
parent 9aee9001
......@@ -266,6 +266,8 @@ aliases = {
'roman8' : 'hp_roman8',
'r8' : 'hp_roman8',
'csHPRoman8' : 'hp_roman8',
'cp1051' : 'hp_roman8',
'ibm1051' : 'hp_roman8',
# hz codec
'hzgb' : 'hz',
......
Add additional aliases for HP Roman 8. Patch by Michael Osipov.
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