From: Pierre Ossman Date: Mon, 21 Jul 2014 14:35:51 +0000 (+0200) Subject: Better codepoint for combining ypogegrammeni (dead iota) X-Git-Tag: v1.3.90~34^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=827892aba229e49d20a98a17ec8eae78591738e3;p=tigervnc.git Better codepoint for combining ypogegrammeni (dead iota) --- 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 */