- added lowercase->uppercase mapping for ß and moved all glyphs to the uppercase code point for consistency.

This commit is contained in:
Christoph Oelckers 2019-03-12 00:00:54 +01:00
commit 2d5210ccf2
6 changed files with 1 additions and 0 deletions

View file

@ -122,6 +122,7 @@ static const uint16_t loweruppercase[] = {
0x0078,0x0058,
0x0079,0x0059,
0x007A,0x005A,
0x00DF,0x1E9E,
0x00E0,0x00C0,
0x00E1,0x00C1,
0x00E2,0x00C2,