summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-03-10 10:33:02 +0000
committerPierre Ossman <ossman@cendio.se>2011-03-10 10:33:02 +0000
commitbdcf61d4c99a0d70e0bbea3362ff692463c0be27 (patch)
tree1be32ac87328d1cfaf9678af9ceff3e867441050
parentd014d05c26c5b0c5c83cf856933aadf4fd153f5c (diff)
downloadtigervnc-bdcf61d4c99a0d70e0bbea3362ff692463c0be27.tar.gz
tigervnc-bdcf61d4c99a0d70e0bbea3362ff692463c0be27.zip
Remove extra (incorrect) entry for the euro symbol.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4354 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--vncviewer/keysym2ucs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vncviewer/keysym2ucs.c b/vncviewer/keysym2ucs.c
index 02d5eacb..2e6711fb 100644
--- a/vncviewer/keysym2ucs.c
+++ b/vncviewer/keysym2ucs.c
@@ -806,7 +806,6 @@ struct codepair {
{ 0x0ef9, 0x11f0 }, /* Hangul_J_KkogjiDalrinIeung ᇰ HANGUL JONGSEONG YESIEUNG */
{ 0x0efa, 0x11f9 }, /* Hangul_J_YeorinHieuh ᇹ HANGUL JONGSEONG YEORINHIEUH */
{ 0x0eff, 0x20a9 }, /* Korean_Won ₩ WON SIGN */
- { 0x13a4, 0x20ac }, /* Euro € EURO SIGN */
{ 0x13bc, 0x0152 }, /* OE Œ LATIN CAPITAL LIGATURE OE */
{ 0x13bd, 0x0153 }, /* oe œ LATIN SMALL LIGATURE OE */
{ 0x13be, 0x0178 }, /* Ydiaeresis Ÿ LATIN CAPITAL LETTER Y WITH DIAERESIS */