Skip to content

Commit fef5bdc

Browse files
miss-islingtonmichael-o
authored andcommitted
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 a828514) Co-authored-by: Michael Osipov <michael.osipov@siemens.com>
1 parent 35d0934 commit fef5bdc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Lib/encodings/aliases.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@
266266
'roman8' : 'hp_roman8',
267267
'r8' : 'hp_roman8',
268268
'csHPRoman8' : 'hp_roman8',
269+
'cp1051' : 'hp_roman8',
270+
'ibm1051' : 'hp_roman8',
269271

270272
# hz codec
271273
'hzgb' : 'hz',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add additional aliases for HP Roman 8. Patch by Michael Osipov.

0 commit comments

Comments
 (0)