mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
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:
parent
35d0934040
commit
fef5bdc645
2 changed files with 3 additions and 0 deletions
|
|
@ -266,6 +266,8 @@
|
|||
'roman8' : 'hp_roman8',
|
||||
'r8' : 'hp_roman8',
|
||||
'csHPRoman8' : 'hp_roman8',
|
||||
'cp1051' : 'hp_roman8',
|
||||
'ibm1051' : 'hp_roman8',
|
||||
|
||||
# hz codec
|
||||
'hzgb' : 'hz',
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Add additional aliases for HP Roman 8. Patch by Michael Osipov.
|
||||
Loading…
Add table
Add a link
Reference in a new issue