mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- added lowercase->uppercase mapping for ß and moved all glyphs to the uppercase code point for consistency.
This commit is contained in:
parent
5c4871dc7b
commit
2d5210ccf2
6 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ static const uint16_t loweruppercase[] = {
|
|||
0x0078,0x0058,
|
||||
0x0079,0x0059,
|
||||
0x007A,0x005A,
|
||||
0x00DF,0x1E9E,
|
||||
0x00E0,0x00C0,
|
||||
0x00E1,0x00C1,
|
||||
0x00E2,0x00C2,
|
||||
|
|
Loading…
Reference in a new issue