|
Lines 820-826
$chars{0x97}=0x003c;#3/2leftlowsinglequotationmark
Link Here
|
| 820 |
$chars{0x98}=0x003e;#3/2leftlowsinglequotationmark |
820 |
$chars{0x98}=0x003e;#3/2leftlowsinglequotationmark |
| 821 |
$chars{0xfa}=0x0153; #oe |
821 |
$chars{0xfa}=0x0153; #oe |
| 822 |
$chars{0xea}=0x0152; #oe |
822 |
$chars{0xea}=0x0152; #oe |
| 823 |
$chars{0x81d1}=0x00b0; |
823 |
#$chars{0x81d1}=0x00b0; # FIXME useless |
| 824 |
|
824 |
|
| 825 |
#### |
825 |
#### |
| 826 |
## combined characters iso5426 |
826 |
## combined characters iso5426 |
|
Lines 1122-1129
$chars{0xd375}=0x0173; # small u with ogonek
Link Here
|
| 1122 |
$chars{0xd441}=0x1e00; # capital a with ring below |
1122 |
$chars{0xd441}=0x1e00; # capital a with ring below |
| 1123 |
$chars{0xd461}=0x1e01; # small a with ring below |
1123 |
$chars{0xd461}=0x1e01; # small a with ring below |
| 1124 |
# 5/5 half circle below |
1124 |
# 5/5 half circle below |
| 1125 |
$chars{0xf948}=0x1e2a; # capital h with breve below |
1125 |
$chars{0xd548}=0x1e2a; # capital h with breve below |
| 1126 |
$chars{0xf968}=0x1e2b; # small h with breve below |
1126 |
$chars{0xd568}=0x1e2b; # small h with breve below |
| 1127 |
# 5/6 dot below |
1127 |
# 5/6 dot below |
| 1128 |
$chars{0xd641}=0x1ea0; # capital a with dot below |
1128 |
$chars{0xd641}=0x1ea0; # capital a with dot below |
| 1129 |
$chars{0xd642}=0x1e04; # capital b with dot below |
1129 |
$chars{0xd642}=0x1e04; # capital b with dot below |
| 1130 |
- |
|
|