diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-21 16:35:51 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-08-22 15:09:59 +0200 |
commit | 827892aba229e49d20a98a17ec8eae78591738e3 (patch) | |
tree | bce20533a038f05b007144192b772b56591d622a /vncviewer/keysym2ucs.c | |
parent | 13a809a6baca9572ab4a9cb992121fbc4e4ffba6 (diff) | |
download | tigervnc-827892aba229e49d20a98a17ec8eae78591738e3.tar.gz tigervnc-827892aba229e49d20a98a17ec8eae78591738e3.zip |
Better codepoint for combining ypogegrammeni (dead iota)
Diffstat (limited to 'vncviewer/keysym2ucs.c')
-rw-r--r-- | vncviewer/keysym2ucs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/keysym2ucs.c b/vncviewer/keysym2ucs.c index 2fd58706..d82d8c6a 100644 --- a/vncviewer/keysym2ucs.c +++ b/vncviewer/keysym2ucs.c @@ -827,7 +827,7 @@ static const struct codepair keysymtab[] = { { 0xfe5a, 0x030c }, /* COMBINING CARON */ { 0xfe5b, 0x0327 }, /* COMBINING CEDILLA */ { 0xfe5c, 0x0328 }, /* COMBINING OGONEK */ - { 0xfe5d, 0x1da5 }, /* MODIFIER LETTER SMALL IOTA */ + { 0xfe5d, 0x0345 }, /* COMBINING GREEK YPOGEGRAMMENI */ { 0xfe5e, 0x3099 }, /* COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK */ { 0xfe5f, 0x309a }, /* COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK */ { 0xfe60, 0x0323 }, /* COMBINING DOT BELOW */ |