BFont UCS table wrong
nemo (145) 2546 posts |
I know BFont has been banished, for some reason, but the UCS table here is wrong… and has been for a long time. There’s quite a few -1 undefined characters, whereas as any fule kno BFont has a full retinue, and Unicodes are obvious for the missing ones (arrows and box drawing characters): More seriously though, there’s a mistake with the accented characters too – U+00EA is listed twice, for a start. Indices &90-&9A are wrong. |
nemo (145) 2546 posts |
Checking UCS table for BFont Present 131 should be 00C7 not FFFFFFFF 132 should be 00C9 not FFFFFFFF 136 should be 2190 not FFFFFFFF 137 should be 2192 not FFFFFFFF 138 should be 2193 not FFFFFFFF 139 should be 2191 not FFFFFFFF 144 should be 00E4 not EA 145 should be 00E5 not E4 146 should be 00E6 not E5 147 should be 00E7 not E6 148 should be 00E9 not E7 149 should be 00F6 not E9 150 should be 00FC not F6 151 should be 00EC not FC 152 should be 00EE not EC 153 should be 00F2 not EE 154 should be 00F4 not F2 161 should be 2577 not FFFFFFFF 162 should be 2576 not FFFFFFFF 163 should be 250C not FFFFFFFF 164 should be 2574 not FFFFFFFF 165 should be 250D not FFFFFFFF 166 should be 2500 not FFFFFFFF 167 should be 252C not FFFFFFFF 168 should be 2575 not FFFFFFFF 169 should be 2502 not FFFFFFFF 170 should be 2514 not FFFFFFFF 171 should be 2520 not FFFFFFFF 172 should be 2518 not FFFFFFFF 173 should be 2524 not FFFFFFFF 174 should be 2534 not FFFFFFFF 175 should be 253D not FFFFFFFF 176 should be 256D not FFFFFFFF 177 should be 256E not FFFFFFFF 178 should be 2570 not FFFFFFFF 179 should be 256F not FFFFFFFF 184 should be 2020 not 9C 185 should be 2021 not 9D 186 should be 02D9 not FFFFFFFF 191 should be 2592 not FFFFFFFF 255 should be 2588 not FFFFFFFF |
nemo (145) 2546 posts |
This is fixed by my UTF8Alphabet module |