@@ -72,7 +72,7 @@ $map{cmr10} = {
72
72
0x1C => 0xF8, # o with slash
73
73
0x1D => 0xC6, # AE ligature
74
74
0x1E => 0x152, # OE ligature
75
- 0x1F => 0xD8, # O with slash
75
+ 0x1F => 0xD8, # O with slash
76
76
],
77
77
78
78
" Greek" => [
@@ -645,7 +645,7 @@ $map{cmti10} = {
645
645
0x1C => 0xF8, # o with slash
646
646
0x1D => 0xC6, # AE ligature
647
647
0x1E => 0x152, # OE ligature
648
- 0x1F => 0xD8, # O with slash
648
+ 0x1F => 0xD8, # O with slash
649
649
],
650
650
651
651
" WinChrome" => [
@@ -714,7 +714,7 @@ $map{cmbx10} = {
714
714
0x1C => 0xF8, # o with slash
715
715
0x1D => 0xC6, # AE ligature
716
716
0x1E => 0x152, # OE ligature
717
- 0x1F => 0xD8, # O with slash
717
+ 0x1F => 0xD8, # O with slash
718
718
],
719
719
720
720
" Greek-Bold" => [
@@ -1521,8 +1521,8 @@ $map{cmtt10} = {
1521
1521
1522
1522
[0x21,0x7F] => 0x21,
1523
1523
1524
- 0x27 => 0x2018, # left quote
1525
- 0x60 => 0x2019, # right quote
1524
+ 0x60 => 0x2018, # left quote
1525
+ 0x27 => 0x2019, # right quote
1526
1526
0x5E => [0x302,-525,0], # \hat (combining)
1527
1527
0x7E => [0x303,-525,0], # \tilde (combining)
1528
1528
0x7F => [0x308,-525,0], # \ddot (combining)
0 commit comments