| 206 | // The next five are needed for at least the French version |
| 207 | |
| 208 | const uint16 e_acute[] = { |
| 209 | 0x0000, 0x1000, 0x2000, 0x0000, 0x3000, 0x4800, |
| 210 | 0x7800, 0x4000, 0x3000, 0x0000, 0x0000, 0x0000, |
| 211 | 0x1000, 0x3800, 0x7000, 0x7000, 0x7800, 0xFC00, |
| 212 | 0xFC00, 0xF800, 0x7800, 0x3000, 0x0000, 0x0000 |
| 213 | }; |
| 214 | |
| 215 | const uint16 e_grave[] = { |
| 216 | 0x0000, 0x2000, 0x1000, 0x0000, 0x3000, 0x4800, |
| 217 | 0x7800, 0x4000, 0x3000, 0x0000, 0x0000, 0x0000, |
| 218 | 0x2000, 0x7000, 0x3800, 0x3800, 0x7800, 0xFC00, |
| 219 | 0xFC00, 0xF800, 0x7800, 0x3000, 0x0000, 0x0000 |
| 220 | }; |
| 221 | |
| 222 | const uint16 e_circumflex[] = { |
| 223 | 0x0000, 0x1000, 0x2800, 0x0000, 0x3000, 0x4800, |
| 224 | 0x7800, 0x4000, 0x3000, 0x0000, 0x0000, 0x0000, |
| 225 | 0x1000, 0x3800, 0x7C00, 0x7800, 0x7800, 0xFC00, |
| 226 | 0xFC00, 0xF800, 0x7800, 0x3000, 0x0000, 0x0000 |
| 227 | }; |
| 228 | |
| 229 | const uint16 o_circumflex[] = { |
| 230 | 0x0000, 0x1000, 0x2800, 0x0000, 0x3000, 0x4800, |
| 231 | 0x4800, 0x4800, 0x3000, 0x0000, 0x0000, 0x0000, |
| 232 | 0x1000, 0x3800, 0x7C00, 0x3800, 0x7800, 0xFC00, |
| 233 | 0xFC00, 0xFC00, 0x7800, 0x3000, 0x0000, 0x0000 |
| 234 | }; |
| 235 | |
| 236 | const uint16 u_circumflex[] = { |
| 237 | 0x0000, 0x1000, 0x2800, 0x0000, 0x4800, 0x4800, |
| 238 | 0x4800, 0x4800, 0x3800, 0x0000, 0x0000, 0x0000, |
| 239 | 0x1000, 0x3800, 0x7C00, 0x7800, 0xFC00, 0xFC00, |
| 240 | 0xFC00, 0xFC00, 0x7C00, 0x3800, 0x0000, 0x0000 |
| 241 | }; |
| 242 | |
206 | 243 | patchChar(charSetPtr, 5, charHeight, 3, u_umlaut); |
207 | 244 | patchChar(charSetPtr, 5, charHeight, 8, german_sz); |
208 | 245 | patchChar(charSetPtr, 5, charHeight, 9, o_umlaut); |
209 | 246 | patchChar(charSetPtr, 5, charHeight, 93, U_umlaut); |
210 | 247 | patchChar(charSetPtr, 5, charHeight, 74, normal_j); |
211 | 248 | patchChar(charSetPtr, 6, charHeight, 17, normal_1); |