Skip to content

Commit

Permalink
Add support for latin 's' and 't' with comma below
Browse files Browse the repository at this point in the history
These codes were not supported at all, presumably due to being introduced
only in Unicode 3.0.
  • Loading branch information
rombert committed Feb 24, 2018
1 parent 426e81f commit dfb8d15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/platform/XWindowsUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,10 @@ struct codepair {
{ XK_oe, 0x0153 }, /* LATIN SMALL LIGATURE OE */
{ XK_Ydiaeresis, 0x0178 }, /* LATIN CAPITAL LETTER Y WITH DIAERESIS */
{ XK_EuroSign, 0x20ac }, /* EURO SIGN */
{ 0x1000218, 0x0218}, /* LATIN CAPITAL LETTER S WITH COMMA BELOW */
{ 0x1000219, 0x0219}, /* LATIN SMALL LETTER S WITH COMMA BELOW */
{ 0x100021a, 0x021a}, /* LATIN CAPITAL LETTER T WITH COMMA BELOW */
{ 0x100021b, 0x021b}, /* LATIN CAPITAL LETTER T WITH COMMA BELOW */

/* combining dead keys */
{ XK_dead_abovedot, 0x0307 }, /* COMBINING DOT ABOVE */
Expand Down

0 comments on commit dfb8d15

Please sign in to comment.