[team-gnome-gr] gtk+ r21843 - in trunk: . gtk
- From: simos svn gnome org
- To: svn-commits-list gnome org
- Subject: [team-gnome-gr] gtk+ r21843 - in trunk: . gtk
- Date: Wed, 3 Dec 2008 16:19:45 +0000 (UTC)
Author: simos
Date: Wed Dec 3 16:19:45 2008
New Revision: 21843
URL: http://svn.gnome.org/viewvc/gtk+?rev=21843&view=rev
Log:
Closes #557420 – Some compose sequences don't work anymore
Added:
trunk/gtk/gtk-compose-lookaside.txt
Modified:
trunk/ChangeLog
trunk/gtk/compose-parse.py
trunk/gtk/gtkimcontextsimple.c
trunk/gtk/gtkimcontextsimpleseqs.h
Modified: trunk/gtk/compose-parse.py
==============================================================================
--- trunk/gtk/compose-parse.py (original)
+++ trunk/gtk/compose-parse.py Wed Dec 3 16:19:45 2008
@@ -25,6 +25,7 @@
URL_KEYSYMSTXT = "http://www.cl.cam.ac.uk/~mgk25/ucs/keysyms.txt"
URL_GDKKEYSYMSH = "http://svn.gnome.org/svn/gtk%2B/trunk/gdk/gdkkeysyms.h"
URL_UNICODEDATATXT = 'http://www.unicode.org/Public/5.0.0/ucd/UnicodeData.txt'
+FILENAME_COMPOSE_SUPPLEMENTARY = 'gtk-compose-lookaside.txt'
# We currently support keysyms of size 2; once upstream xorg gets sorted,
# we might produce some tables with size 2 and some with size 4.
@@ -421,17 +422,36 @@
print "Unexpected error: ", sys.exc_info()[0]
sys.exit(-1)
+""" Look if there is a lookaside (supplementary) compose file in the current
+ directory, and if so, open, then merge with upstream Compose file.
+"""
+try:
+ composefile_lookaside = open(FILENAME_COMPOSE_SUPPLEMENTARY, 'r')
+except IOError, (errno, strerror):
+ if not opt_quiet:
+ print "I/O error(%s): %s" % (errno, strerror)
+ print "Did not find lookaside compose file. Continuing..."
+except:
+ print "Unexpected error: ", sys.exc_info()[0]
+ sys.exit(-1)
+
+xorg_compose_sequences_raw = []
+for seq in composefile.readlines():
+ xorg_compose_sequences_raw.append(seq)
+for seq in composefile_lookaside.readlines():
+ xorg_compose_sequences_raw.append(seq)
+
""" Parse the compose file in xorg_compose_sequences"""
xorg_compose_sequences = []
xorg_compose_sequences_algorithmic = []
linenum_compose = 0
-for line in composefile.readlines():
+for line in xorg_compose_sequences_raw:
linenum_compose += 1
line = line.strip()
if line is "" or match("^XCOMM", line) or match("^#", line):
continue
- line = line[:-1]
+ #line = line[:-1]
components = split(':', line)
if len(components) != 2:
print "Invalid line %(linenum_compose)d in %(filename)s: No sequence\
@@ -484,6 +504,14 @@
"0x0342" in sequence or \
"0x0314" in sequence:
continue
+ if "dead_belowring" in sequence or\
+ "dead_belowcomma" in sequence or\
+ "dead_belowmacron" in sequence or\
+ "dead_belowtilde" in sequence or\
+ "dead_belowbreve" in sequence or\
+ "dead_belowdiaeresis" in sequence or\
+ "dead_belowcircumflex" in sequence:
+ continue
#for i in range(len(sequence)):
# if sequence[i] == "0x0342":
# sequence[i] = "dead_tilde"
Added: trunk/gtk/gtk-compose-lookaside.txt
==============================================================================
--- (empty file)
+++ trunk/gtk/gtk-compose-lookaside.txt Wed Dec 3 16:19:45 2008
@@ -0,0 +1,423 @@
+#
+# This file contains the compose sequences that GTK+ used to have until GTK+ 2.12
+# but are not found anymore at the upstream Compose file at X.Org.
+# When updating gtkimcontextsimpleseqs.h with compose-parse.py,
+# we include this file as well. There are 15 conflicts currently
+# in the compose sequences, and we currently favour the sequences from
+# this file (against the upstream X.Org file). For more, see
+# http://bugzilla.gnome.org/show_bug.cgi?id=557420
+#
+
+<Greek_accentdieresis> <Greek_iota> : "ἴ" U0390
+<Greek_accentdieresis> <Greek_upsilon> : "ΐ" U03B0
+<Multi_key> <B> <period> : "Ḃ" U1E02
+<Multi_key> <b> <period> : "ḃ" U1E03
+<Multi_key> <D> <period> : "Ḋ" U1E0A
+<Multi_key> <d> <period> : "ḋ" U1E0B
+<Multi_key> <F> <period> : "Ḟ" U1E1E
+<Multi_key> <f> <period> : "ḟ" U1E1F
+<Multi_key> <M> <period> : "Ṁ" U1E40
+<Multi_key> <S> <period> : "Ṡ" U1E60
+<Multi_key> <P> <period> : "Ṗ" U1E56
+<Multi_key> <p> <period> : "ṗ" U1E57
+<Multi_key> <s> <period> : "ṡ" U1E61
+<Multi_key> <T> <period> : "Ṫ" U1E6A
+<Multi_key> <t> <period> : "ṫ" U1E6B
+<Multi_key> <e> <period> : "ė" U0117
+<Multi_key> <slash> <C> : "¢" U00A2
+<Multi_key> <C> <slash> : "¢" U00A2
+<Multi_key> <C> <bar> : "¢" U00A2
+<Multi_key> <bar> <C> : "¢" U00A2
+<Multi_key> <minus> <l> : "£" U00A3
+<Multi_key> <equal> <L> : "£" U00A3
+<Multi_key> <equal> <l> : "£" U00A3
+<Multi_key> <L> <equal> : "£" U00A3
+<Multi_key> <l> <minus> : "£" U00A3
+<Multi_key> <l> <equal> : "£" U00A3
+<Multi_key> <0> <X> : "¤" U00A4
+<Multi_key> <0> <x> : "¤" U00A4
+<Multi_key> <O> <X> : "¤" U00A4
+<Multi_key> <O> <x> : "¤" U00A4
+<Multi_key> <X> <0> : "¤" U00A4
+<Multi_key> <X> <O> : "¤" U00A4
+<Multi_key> <X> <o> : "¤" U00A4
+<Multi_key> <o> <X> : "¤" U00A4
+<Multi_key> <x> <0> : "¤" U00A4
+<Multi_key> <x> <O> : "¤" U00A4
+<Multi_key> <minus> <Y> : "¥" U00A5
+<Multi_key> <minus> <y> : "¥" U00A5
+<Multi_key> <equal> <y> : "¥" U00A5
+<Multi_key> <Y> <minus> : "¥" U00A5
+<Multi_key> <y> <minus> : "¥" U00A5
+<Multi_key> <y> <equal> : "¥" U00A5
+<Multi_key> <exclam> <S> : "§" U00A7
+<Multi_key> <exclam> <s> : "§" U00A7
+<Multi_key> <0> <S> : "§" U00A7
+<Multi_key> <0> <s> : "§" U00A7
+<Multi_key> <O> <S> : "§" U00A7
+<Multi_key> <S> <exclam> : "§" U00A7
+<Multi_key> <S> <0> : "§" U00A7
+<Multi_key> <S> <O> : "§" U00A7
+<Multi_key> <s> <exclam> : "§" U00A7
+<Multi_key> <s> <0> : "§" U00A7
+<Multi_key> <quotedbl> <quotedbl> : "¨" U00A8
+<Multi_key> <parenleft> <c> : "©" U00A9
+<Multi_key> <0> <C> : "©" U00A9
+<Multi_key> <0> <c> : "©" U00A9
+<Multi_key> <C> <0> : "©" U00A9
+<Multi_key> <C> <O> : "©" U00A9
+<Multi_key> <C> <o> : "©" U00A9
+<Multi_key> <c> <0> : "©" U00A9
+<Multi_key> <c> <O> : "©" U00A9
+<Multi_key> <c> <o> : "©" U00A9
+<Multi_key> <A> <underscore> : "ª" U00AA
+<Multi_key> <underscore> <A> : "ª" U00AA
+<Multi_key> <underscore> <a> : "ª" U00AA
+<Multi_key> <a> <underscore> : "ª" U00AA
+<Multi_key> <C> <comma> : "Ç" U00C7
+<Multi_key> <minus> <minus> <space> : "" U00AD
+<Multi_key> <parenleft> <r> : "®" U00AE
+<Multi_key> <R> <O> : "®" U00AE
+<Multi_key> <minus> <asciicircum> : "¯" U00AF
+<Multi_key> <asciicircum> <minus> : "¯" U00AF
+<Multi_key> <asciicircum> <underscore> : "¯" U00AF
+<Multi_key> <underscore> <asciicircum> : "¯" U00AF
+<Multi_key> <underscore> <underscore> : "¯" U00AF
+<Multi_key> <asterisk> <0> : "°" U00B0
+<Multi_key> <0> <asterisk> : "°" U00B0
+<Multi_key> <0> <asciicircum> : "°" U00B0
+<Multi_key> <asciicircum> <0> : "°" U00B0
+<Multi_key> <minus> <plus> : "±" U00B1
+<Multi_key> <2> <S> : "²" U00B2
+<Multi_key> <2> <asciicircum> : "²" U00B2
+<Multi_key> <2> <s> : "²" U00B2
+<Multi_key> <S> <2> : "²" U00B2
+<Multi_key> <s> <2> : "²" U00B2
+<Multi_key> <3> <S> : "³" U00B3
+<Multi_key> <3> <asciicircum> : "³" U00B3
+<Multi_key> <3> <s> : "³" U00B3
+<Multi_key> <S> <3> : "³" U00B3
+<Multi_key> <s> <3> : "³" U00B3
+<Multi_key> <apostrophe> <apostrophe> : "´" U00B4
+<Multi_key> <slash> <U> : "µ" U00B5
+<Multi_key> <slash> <u> : "µ" U00B5
+<Multi_key> <U> <slash> : "µ" U00B5
+<Multi_key> <u> <slash> : "µ" U00B5
+<Multi_key> <exclam> <P> : "¶" U00B6
+<Multi_key> <exclam> <p> : "¶" U00B6
+<Multi_key> <period> <asciicircum> : "·" U00B7
+<Multi_key> <asciicircum> <period> : "·" U00B7
+<Multi_key> <comma> <comma> : "¸" U00B8
+<Multi_key> <1> <S> : "¹" U00B9
+<Multi_key> <1> <asciicircum> : "¹" U00B9
+<Multi_key> <1> <s> : "¹" U00B9
+<Multi_key> <S> <1> : "¹" U00B9
+<Multi_key> <s> <1> : "¹" U00B9
+<Multi_key> <O> <underscore> : "º" U00BA
+<Multi_key> <underscore> <O> : "º" U00BA
+<Multi_key> <underscore> <o> : "º" U00BA
+<Multi_key> <o> <underscore> : "º" U00BA
+<Multi_key> <A> <grave> : "À" U00C0
+<Multi_key> <A> <apostrophe> : "Á" U00C1
+<Multi_key> <A> <acute> : "Á" U00C1
+<Multi_key> <greater> <A> : "Â" U00C2
+<Multi_key> <A> <greater> : "Â" U00C2
+<Multi_key> <A> <asciicircum> : "Â" U00C2
+<Multi_key> <minus> <A> : "Ã" U00C3
+<Multi_key> <A> <minus> : "Ã" U00C3
+<Multi_key> <A> <asciitilde> : "Ã" U00C3
+<Multi_key> <A> <quotedbl> : "Ä" U00C4
+<Multi_key> <A> <diaeresis> : "Ä" U00C4
+<Multi_key> <diaeresis> <A> : "Ä" U00C4
+<Multi_key> <asterisk> <A> : "Å" U00C5
+<Multi_key> <A> <asterisk> : "Å" U00C5
+<Multi_key> <A> <A> : "Å" U00C5
+<Multi_key> <space> <less> : "ˇ" U02C7
+<Multi_key> <less> <space> : "ˇ" U02C7
+<Multi_key> <E> <grave> : "È" U00C8
+<Multi_key> <E> <apostrophe> : "É" U00C9
+<Multi_key> <E> <acute> : "É" U00C9
+<Multi_key> <greater> <E> : "Ê" U00CA
+<Multi_key> <E> <greater> : "Ê" U00CA
+<Multi_key> <E> <asciicircum> : "Ê" U00CA
+<Multi_key> <E> <quotedbl> : "Ë" U00CB
+<Multi_key> <E> <diaeresis> : "Ë" U00CB
+<Multi_key> <diaeresis> <E> : "Ë" U00CB
+<Multi_key> <I> <grave> : "Ì" U00CC
+<Multi_key> <I> <apostrophe> : "Í" U00CD
+<Multi_key> <I> <acute> : "Í" U00CD
+<Multi_key> <greater> <I> : "Î" U00CE
+<Multi_key> <I> <greater> : "Î" U00CE
+<Multi_key> <I> <asciicircum> : "Î" U00CE
+<Multi_key> <I> <quotedbl> : "Ï" U00CF
+<Multi_key> <I> <diaeresis> : "Ï" U00CF
+<Multi_key> <diaeresis> <I> : "Ï" U00CF
+<Multi_key> <minus> <N> : "Ñ" U00D1
+<Multi_key> <N> <minus> : "Ñ" U00D1
+<Multi_key> <N> <asciitilde> : "Ñ" U00D1
+<Multi_key> <O> <grave> : "Ò" U00D2
+<Multi_key> <O> <apostrophe> : "Ó" U00D3
+<Multi_key> <O> <acute> : "Ó" U00D3
+<Multi_key> <greater> <O> : "Ô" U00D4
+<Multi_key> <O> <greater> : "Ô" U00D4
+<Multi_key> <O> <asciicircum> : "Ô" U00D4
+<Multi_key> <minus> <O> : "Õ" U00D5
+<Multi_key> <O> <minus> : "Õ" U00D5
+<Multi_key> <O> <asciitilde> : "Õ" U00D5
+<Multi_key> <O> <quotedbl> : "Ö" U00D6
+<Multi_key> <O> <diaeresis> : "Ö" U00D6
+<Multi_key> <diaeresis> <O> : "Ö" U00D6
+<Multi_key> <space> <parenleft> : "˘" U02D8
+<Multi_key> <parenleft> <space> : "˘" U02D8
+<Multi_key> <U> <grave> : "Ù" U00D9
+<Multi_key> <U> <apostrophe> : "Ú" U00DA
+<Multi_key> <U> <acute> : "Ú" U00DA
+<Multi_key> <greater> <U> : "Û" U00DB
+<Multi_key> <U> <greater> : "Û" U00DB
+<Multi_key> <U> <asciicircum> : "Û" U00DB
+<Multi_key> <U> <quotedbl> : "Ü" U00DC
+<Multi_key> <U> <diaeresis> : "Ü" U00DC
+<Multi_key> <diaeresis> <U> : "Ü" U00DC
+<Multi_key> <Y> <apostrophe> : "Ý" U00DD
+<Multi_key> <Y> <acute> : "Ý" U00DD
+<Multi_key> <a> <grave> : "à" U00E0
+<Multi_key> <a> <apostrophe> : "á" U00E1
+<Multi_key> <a> <acute> : "á" U00E1
+<Multi_key> <greater> <a> : "â" U00E2
+<Multi_key> <a> <greater> : "â" U00E2
+<Multi_key> <a> <asciicircum> : "â" U00E2
+<Multi_key> <minus> <a> : "ã" U00E3
+<Multi_key> <a> <minus> : "ã" U00E3
+<Multi_key> <a> <asciitilde> : "ã" U00E3
+<Multi_key> <a> <quotedbl> : "ä" U00E4
+<Multi_key> <a> <diaeresis> : "ä" U00E4
+<Multi_key> <diaeresis> <a> : "ä" U00E4
+<Multi_key> <asterisk> <a> : "å" U00E5
+<Multi_key> <a> <asterisk> : "å" U00E5
+<Multi_key> <a> <a> : "å" U00E5
+<Multi_key> <c> <comma> : "ç" U00E7
+<Multi_key> <e> <grave> : "è" U00E8
+<Multi_key> <e> <apostrophe> : "é" U00E9
+<Multi_key> <e> <acute> : "é" U00E9
+<Multi_key> <greater> <e> : "ê" U00EA
+<Multi_key> <e> <greater> : "ê" U00EA
+<Multi_key> <e> <asciicircum> : "ê" U00EA
+<Multi_key> <e> <quotedbl> : "ë" U00EB
+<Multi_key> <e> <diaeresis> : "ë" U00EB
+<Multi_key> <diaeresis> <e> : "ë" U00EB
+<Multi_key> <i> <grave> : "ì" U00EC
+<Multi_key> <i> <apostrophe> : "í" U00ED
+<Multi_key> <i> <acute> : "í" U00ED
+<Multi_key> <greater> <i> : "î" U00EE
+<Multi_key> <i> <greater> : "î" U00EE
+<Multi_key> <i> <asciicircum> : "î" U00EE
+<Multi_key> <i> <quotedbl> : "ï" U00EF
+<Multi_key> <i> <diaeresis> : "ï" U00EF
+<Multi_key> <diaeresis> <i> : "ï" U00EF
+<Multi_key> <minus> <n> : "ñ" U00F1
+<Multi_key> <n> <minus> : "ñ" U00F1
+<Multi_key> <n> <asciitilde> : "ñ" U00F1
+<Multi_key> <o> <grave> : "ò" U00F2
+<Multi_key> <o> <apostrophe> : "ó" U00F3
+<Multi_key> <o> <acute> : "ó" U00F3
+<Multi_key> <greater> <o> : "ô" U00F4
+<Multi_key> <o> <greater> : "ô" U00F4
+<Multi_key> <o> <asciicircum> : "ô" U00F4
+<Multi_key> <minus> <o> : "õ" U00F5
+<Multi_key> <o> <minus> : "õ" U00F5
+<Multi_key> <o> <asciitilde> : "õ" U00F5
+<Multi_key> <o> <quotedbl> : "ö" U00F6
+<Multi_key> <o> <diaeresis> : "ö" U00F6
+<Multi_key> <diaeresis> <o> : "ö" U00F6
+<Multi_key> <o> <slash> : "ø" U00F8
+<Multi_key> <u> <grave> : "ù" U00F9
+<Multi_key> <u> <apostrophe> : "ú" U00FA
+<Multi_key> <u> <acute> : "ú" U00FA
+<Multi_key> <greater> <u> : "û" U00FB
+<Multi_key> <u> <greater> : "û" U00FB
+<Multi_key> <u> <asciicircum> : "û" U00FB
+<Multi_key> <u> <quotedbl> : "ü" U00FC
+<Multi_key> <u> <diaeresis> : "ü" U00FC
+<Multi_key> <diaeresis> <u> : "ü" U00FC
+<Multi_key> <y> <apostrophe> : "ý" U00FD
+<Multi_key> <y> <acute> : "ý" U00FD
+<Multi_key> <y> <quotedbl> : "ÿ" U00FF
+<Multi_key> <y> <diaeresis> : "ÿ" U00FF
+<Multi_key> <diaeresis> <y> : "ÿ" U00FF
+<Multi_key> <parenleft> <A> : "Ă" U0102
+<Multi_key> <A> <parenleft> : "Ă" U0102
+<Multi_key> <parenleft> <a> : "ă" U0103
+<Multi_key> <a> <parenleft> : "ă" U0103
+<Multi_key> <comma> <A> : "Ą" U0104
+<Multi_key> <A> <comma> : "Ą" U0104
+<Multi_key> <comma> <a> : "ą" U0105
+<Multi_key> <a> <comma> : "ą" U0105
+<Multi_key> <C> <apostrophe> : "Ć" U0106
+<Multi_key> <c> <apostrophe> : "ć" U0107
+<Multi_key> <C> <period> : "Ċ" U010A
+<Multi_key> <c> <period> : "ċ" U010B
+<Multi_key> <less> <C> : "Č" U010C
+<Multi_key> <C> <less> : "Č" U010C
+<Multi_key> <less> <c> : "č" U010D
+<Multi_key> <c> <less> : "č" U010D
+<Multi_key> <less> <D> : "Ď" U010E
+<Multi_key> <D> <less> : "Ď" U010E
+<Multi_key> <less> <d> : "ď" U010F
+<Multi_key> <d> <less> : "ď" U010F
+<Multi_key> <minus> <D> : "Đ" U0110
+<Multi_key> <D> <minus> : "Đ" U0110
+<Multi_key> <minus> <d> : "đ" U0111
+<Multi_key> <d> <minus> : "đ" U0111
+<Multi_key> <minus> <E> : "Ē" U0112
+<Multi_key> <E> <minus> : "Ē" U0112
+<Multi_key> <E> <underscore> : "Ē" U0112
+<Multi_key> <minus> <e> : "ē" U0113
+<Multi_key> <e> <minus> : "ē" U0113
+<Multi_key> <e> <underscore> : "ē" U0113
+<Multi_key> <E> <period> : "Ė" U0116
+<Multi_key> <period> <period> : "˙" U02D9
+<Multi_key> <comma> <E> : "Ę" U0118
+<Multi_key> <E> <comma> : "Ę" U0118
+<Multi_key> <comma> <e> : "ę" U0119
+<Multi_key> <e> <comma> : "ę" U0119
+<Multi_key> <less> <E> : "Ě" U011A
+<Multi_key> <E> <less> : "Ě" U011A
+<Multi_key> <less> <e> : "ě" U011B
+<Multi_key> <e> <less> : "ě" U011B
+<Multi_key> <parenleft> <G> : "Ğ" U011E
+<Multi_key> <G> <parenleft> : "Ğ" U011E
+<Multi_key> <G> <U> : "Ğ" U011E
+<Multi_key> <G> <breve> : "Ğ" U011E
+<Multi_key> <breve> <G> : "Ğ" U011E
+<Multi_key> <parenleft> <g> : "ğ" U011F
+<Multi_key> <g> <parenleft> : "ğ" U011F
+<Multi_key> <g> <U> : "ğ" U011F
+<Multi_key> <g> <breve> : "ğ" U011F
+<Multi_key> <breve> <g> : "ğ" U011F
+<Multi_key> <G> <period> : "Ġ" U0120
+<Multi_key> <g> <period> : "ġ" U0121
+<Multi_key> <G> <comma> : "Ģ" U0122
+<Multi_key> <g> <comma> : "ģ" U0123
+<Multi_key> <I> <asciitilde> : "Ĩ" U0128
+<Multi_key> <i> <asciitilde> : "ĩ" U0129
+<Multi_key> <minus> <I> : "Ī" U012A
+<Multi_key> <I> <minus> : "Ī" U012A
+<Multi_key> <I> <underscore> : "Ī" U012A
+<Multi_key> <minus> <i> : "ī" U012B
+<Multi_key> <i> <minus> : "ī" U012B
+<Multi_key> <i> <underscore> : "ī" U012B
+<Multi_key> <comma> <I> : "Į" U012E
+<Multi_key> <I> <comma> : "Į" U012E
+<Multi_key> <I> <period> : "İ" U0130
+<Multi_key> <period> <i> : "ı" U0131
+<Multi_key> <K> <comma> : "Ķ" U0136
+<Multi_key> <k> <comma> : "ķ" U0137
+<Multi_key> <L> <apostrophe> : "Ĺ" U0139
+<Multi_key> <l> <apostrophe> : "ĺ" U013A
+<Multi_key> <L> <comma> : "Ļ" U013B
+<Multi_key> <l> <comma> : "ļ" U013C
+<Multi_key> <less> <L> : "Ľ" U013D
+<Multi_key> <L> <less> : "Ľ" U013D
+<Multi_key> <less> <l> : "ľ" U013E
+<Multi_key> <l> <less> : "ľ" U013E
+<Multi_key> <L> <slash> : "Ł" U0141
+<Multi_key> <l> <slash> : "ł" U0142
+<Multi_key> <N> <apostrophe> : "Ń" U0143
+<Multi_key> <n> <apostrophe> : "ń" U0144
+<Multi_key> <N> <comma> : "Ņ" U0145
+<Multi_key> <n> <comma> : "ņ" U0146
+<Multi_key> <less> <N> : "Ň" U0147
+<Multi_key> <N> <less> : "Ň" U0147
+<Multi_key> <less> <n> : "ň" U0148
+<Multi_key> <n> <less> : "ň" U0148
+<Multi_key> <O> <E> : "Œ" U0152
+<Multi_key> <o> <e> : "œ" U0153
+<Multi_key> <R> <apostrophe> : "Ŕ" U0154
+<Multi_key> <r> <apostrophe> : "ŕ" U0155
+<Multi_key> <R> <comma> : "Ŗ" U0156
+<Multi_key> <r> <comma> : "ŗ" U0157
+<Multi_key> <less> <R> : "Ř" U0158
+<Multi_key> <R> <less> : "Ř" U0158
+<Multi_key> <less> <r> : "ř" U0159
+<Multi_key> <r> <less> : "ř" U0159
+<Multi_key> <S> <apostrophe> : "Ś" U015A
+<Multi_key> <s> <apostrophe> : "ś" U015B
+<Multi_key> <O> <slash> : "Ø" U00D8
+<Multi_key> <S> <comma> : "Ş" U015E
+<Multi_key> <S> <cedilla> : "Ş" U015E
+<Multi_key> <s> <comma> : "ş" U015F
+<Multi_key> <s> <cedilla> : "ş" U015F
+<Multi_key> <less> <S> : "Š" U0160
+<Multi_key> <S> <less> : "Š" U0160
+<Multi_key> <less> <s> : "š" U0161
+<Multi_key> <s> <less> : "š" U0161
+<Multi_key> <less> <T> : "Ť" U0164
+<Multi_key> <T> <less> : "Ť" U0164
+<Multi_key> <less> <t> : "ť" U0165
+<Multi_key> <t> <less> : "ť" U0165
+<Multi_key> <T> <minus> : "Ŧ" U0166
+<Multi_key> <T> <slash> : "Ŧ" U0166
+<Multi_key> <t> <minus> : "ŧ" U0167
+<Multi_key> <t> <slash> : "ŧ" U0167
+<Multi_key> <U> <asciitilde> : "Ũ" U0168
+<Multi_key> <u> <asciitilde> : "ũ" U0169
+<Multi_key> <minus> <U> : "Ū" U016A
+<Multi_key> <U> <minus> : "Ū" U016A
+<Multi_key> <U> <underscore> : "Ū" U016A
+<Multi_key> <minus> <u> : "ū" U016B
+<Multi_key> <u> <minus> : "ū" U016B
+<Multi_key> <u> <underscore> : "ū" U016B
+<Multi_key> <asterisk> <U> : "Ů" U016E
+<Multi_key> <U> <asterisk> : "Ů" U016E
+<Multi_key> <asterisk> <u> : "ů" U016F
+<Multi_key> <u> <asterisk> : "ů" U016F
+<Multi_key> <comma> <U> : "Ų" U0172
+<Multi_key> <U> <comma> : "Ų" U0172
+<Multi_key> <comma> <u> : "ų" U0173
+<Multi_key> <u> <comma> : "ų" U0173
+<Multi_key> <W> <asciicircum> : "Ŵ" U0174
+<Multi_key> <w> <asciicircum> : "ŵ" U0175
+<Multi_key> <Y> <asciicircum> : "Ŷ" U0176
+<Multi_key> <y> <asciicircum> : "ŷ" U0177
+<Multi_key> <Y> <quotedbl> : "Ÿ" U0178
+<Multi_key> <Y> <diaeresis> : "Ÿ" U0178
+<Multi_key> <diaeresis> <Y> : "Ÿ" U0178
+<Multi_key> <Z> <apostrophe> : "Ź" U0179
+<Multi_key> <z> <apostrophe> : "ź" U017A
+<Multi_key> <Z> <period> : "Ż" U017B
+<Multi_key> <z> <period> : "ż" U017C
+<Multi_key> <less> <Z> : "Ž" U017D
+<Multi_key> <Z> <less> : "Ž" U017D
+<Multi_key> <v> <Z> : "Ž" U017D
+<Multi_key> <less> <z> : "ž" U017E
+<Multi_key> <v> <z> : "ž" U017E
+<Multi_key> <z> <less> : "ž" U017E
+<dead_acute> <dead_diaeresis> <space> : "΅" U0385
+<dead_diaeresis> <dead_acute> <space> : "΅" U0385
+<Multi_key> <quotedbl> <apostrophe> <space> : "΅" U0385
+<Multi_key> <apostrophe> <quotedbl> <space> : "΅" U0385
+<Multi_key> <Greek_ALPHA> <apostrophe> : "Ά" U0386
+<Multi_key> <m> <period> : "ṁ" U1E41
+<Multi_key> <Greek_EPSILON> <apostrophe> : "Έ" U0388
+<Multi_key> <Greek_ETA> <apostrophe> : "Ή" U0389
+<Multi_key> <Greek_IOTA> <apostrophe> : "Ί" U038A
+<Multi_key> <Greek_OMICRON> <apostrophe> : "Ό" U038C
+<Multi_key> <Greek_UPSILON> <apostrophe> : "Ύ" U038E
+<Multi_key> <Greek_OMEGA> <apostrophe> : "Ώ" U038F
+<dead_diaeresis> <dead_acute> <Greek_iota> : "ΐ" U0390
+<Multi_key> <quotedbl> <apostrophe> <Greek_iota> : "ΐ" U0390
+<Multi_key> <comma> <i> : "į" U012F
+<Multi_key> <i> <comma> : "į" U012F
+<Multi_key> <Greek_IOTA> <quotedbl> : "Ϊ" U03AA
+<Multi_key> <Greek_UPSILON> <quotedbl> : "Ϋ" U03AB
+<Multi_key> <Greek_alpha> <apostrophe> : "ά" U03AC
+<Multi_key> <Greek_epsilon> <apostrophe> : "έ" U03AD
+<Multi_key> <Greek_eta> <apostrophe> : "ή" U03AE
+<Multi_key> <Greek_iota> <apostrophe> : "ί" U03AF
+<dead_diaeresis> <dead_acute> <Greek_upsilon> : "ΰ" U03B0
+<Multi_key> <quotedbl> <apostrophe> <Greek_upsilon> : "ΰ" U03B0
+<Multi_key> <Greek_iota> <quotedbl> : "ϊ" U03CA
+<Multi_key> <Greek_upsilon> <quotedbl> : "ϋ" U03CB
+<Multi_key> <Greek_omicron> <apostrophe> : "ό" U03CC
+<Multi_key> <Greek_upsilon> <apostrophe> : "ύ" U03CD
+<Multi_key> <Greek_omega> <apostrophe> : "ώ" U03CE
Modified: trunk/gtk/gtkimcontextsimple.c
==============================================================================
--- trunk/gtk/gtkimcontextsimple.c (original)
+++ trunk/gtk/gtkimcontextsimple.c Wed Dec 3 16:19:45 2008
@@ -53,7 +53,7 @@
*/
#include "gtkimcontextsimpleseqs.h"
-/* From the values below, the value 20 means the number of different first keysyms
+/* From the values below, the value 23 means the number of different first keysyms
* that exist in the Compose file (from Xorg). When running compose-parse.py without
* parameters, you get the count that you can put here. Needed when updating the
* gtkimcontextsimpleseqs.h header file (contains the compose sequences).
@@ -61,7 +61,7 @@
static const GtkComposeTableCompact gtk_compose_table_compact = {
gtk_compose_seqs_compact,
5,
- 20,
+ 23,
6
};
Modified: trunk/gtk/gtkimcontextsimpleseqs.h
==============================================================================
--- trunk/gtk/gtkimcontextsimpleseqs.h (original)
+++ trunk/gtk/gtkimcontextsimpleseqs.h Wed Dec 3 16:19:45 2008
@@ -18,9 +18,10 @@
*/
/*
- * File auto-generated from script found at http://bugzilla.gnome.org/show_bug.cgi?id=321896
+ * File auto-generated from script found at gtk/compose-parse.py, with the --gtk parameter,
* using the input files
* Input : http://gitweb.freedesktop.org/?p=xorg/lib/libX11.git;a=blob_plain;f=nls/en_US.UTF-8/Compose.pre
+ * Input : http://svn.gnome.org/viewcvs/gtk%2B/trunk/gtk/gtk-compose-lookaside.txt
* Input : http://www.cl.cam.ac.uk/~mgk25/ucs/keysyms.txt
* Input : http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
*
@@ -67,46 +68,81 @@
*/
static const guint16 gtk_compose_seqs_compact[] = {
-GDK_dead_stroke, 120, 154, 160, 160, 160,
-GDK_dead_grave, 160, 184, 184, 396, 396,
-GDK_dead_acute, 396, 422, 428, 704, 704,
-GDK_dead_circumflex, 704, 792, 792, 992, 992,
-GDK_dead_tilde, 992, 1000, 1000, 1140, 1140,
-GDK_dead_macron, 1140, 1152, 1152, 1224, 1224,
-GDK_dead_breve, 1224, 1248, 1248, 1272, 1272,
-GDK_dead_abovedot, 1272, 1286, 1286, 1318, 1318,
-GDK_dead_diaeresis, 1318, 1374, 1374, 1398, 1398,
-GDK_dead_abovering, 1398, 1402, 1402, 1402, 1402,
-GDK_dead_doubleacute, 1402, 1410, 1410, 1410, 1410,
-GDK_dead_caron, 1410, 1414, 1414, 1422, 1422,
-GDK_dead_cedilla, 1422, 1426, 1426, 1426, 1426,
-GDK_dead_ogonek, 1426, 1430, 1430, 1430, 1430,
-GDK_dead_iota, 1430, 1434, 1434, 1722, 2382,
-GDK_dead_voiced_sound, 2382, 2428, 2428, 2428, 2428,
-GDK_dead_semivoiced_sound, 2428, 2438, 2438, 2438, 2438,
-GDK_dead_belowdot, 2438, 2448, 2448, 2464, 2464,
-GDK_dead_hook, 2464, 2468, 2468, 2524, 2524,
-GDK_Multi_key, 2524, 2524, 7360, 11048, 12908,
+GDK_dead_stroke, 138, 226, 235, 235, 235,
+GDK_Greek_accentdieresis, 235, 239, 239, 239, 239,
+GDK_dead_grave, 239, 299, 386, 598, 598,
+GDK_dead_acute, 598, 664, 760, 1036, 1036,
+GDK_dead_circumflex, 1036, 1176, 1176, 1376, 1376,
+GDK_dead_tilde, 1376, 1458, 1521, 1661, 1661,
+GDK_dead_macron, 1661, 1707, 1707, 1779, 1779,
+GDK_dead_breve, 1779, 1833, 1833, 1857, 1857,
+GDK_dead_abovedot, 1857, 1887, 1890, 1922, 1922,
+GDK_dead_diaeresis, 1922, 2010, 2019, 2043, 2043,
+GDK_dead_abovering, 2043, 2053, 2053, 2053, 2053,
+GDK_dead_doubleacute, 2053, 2063, 2063, 2063, 2063,
+GDK_dead_caron, 2063, 2089, 2089, 2097, 2097,
+GDK_dead_cedilla, 2097, 2111, 2111, 2111, 2111,
+GDK_dead_ogonek, 2111, 2121, 2121, 2121, 2121,
+GDK_dead_iota, 2121, 2143, 2242, 2674, 3334,
+GDK_dead_voiced_sound, 3334, 3380, 3380, 3380, 3380,
+GDK_dead_semivoiced_sound, 3380, 3390, 3390, 3390, 3390,
+GDK_dead_belowdot, 3390, 3400, 3400, 3416, 3416,
+GDK_dead_hook, 3416, 3494, 3494, 3550, 3550,
+GDK_dead_psili, 3550, 3578, 3578, 3578, 3578,
+GDK_dead_dasia, 3578, 3610, 3610, 3610, 3610,
+GDK_Multi_key, 3610, 3610, 9589, 13297, 15157,
+GDK_space, 0x002F,
+GDK_2, 0x01BB,
+GDK_A, 0x023A,
+GDK_B, 0x0243,
+GDK_C, 0x023B,
GDK_D, 0x0110,
+GDK_E, 0x0246,
GDK_G, 0x01E4,
GDK_H, 0x0126,
GDK_I, 0x0197,
+GDK_J, 0x0248,
GDK_L, 0x0141,
GDK_O, 0x00D8,
+GDK_P, 0x2C63,
+GDK_R, 0x024C,
GDK_T, 0x0166,
+GDK_U, 0x0244,
+GDK_Y, 0x024E,
GDK_Z, 0x01B5,
+GDK_a, 0x2C65,
GDK_b, 0x0180,
+GDK_c, 0x023C,
GDK_d, 0x0111,
+GDK_e, 0x0247,
GDK_g, 0x01E5,
GDK_h, 0x0127,
GDK_i, 0x0268,
+GDK_j, 0x0249,
GDK_l, 0x0142,
GDK_o, 0x00F8,
+GDK_p, 0x1D7D,
+GDK_r, 0x024D,
GDK_t, 0x0167,
+GDK_u, 0x0289,
+GDK_y, 0x024F,
GDK_z, 0x01B6,
+GDK_nobreakspace, 0x0338,
+GDK_Oacute, 0x01FE,
+GDK_oacute, 0x01FF,
+0x0237, 0x025F,
+0x0269, 0x1D7C,
+GDK_dead_stroke, 0x002F,
+GDK_lessthanequal, 0x2270,
+GDK_greaterthanequal, 0x2271,
GDK_dead_acute, GDK_O, 0x01FE,
GDK_dead_acute, GDK_o, 0x01FF,
+GDK_dead_abovedot, GDK_j, 0x025F,
+GDK_Greek_iota, 0x0390,
+GDK_Greek_upsilon, 0x03B0,
GDK_space, 0x0060,
+GDK_V, 0x01DB,
+GDK_v, 0x01DC,
GDK_Abreve, 0x1EB0,
GDK_abreve, 0x1EB1,
GDK_Emacron, 0x1E14,
@@ -117,7 +153,52 @@
GDK_Cyrillic_i, 0x045D,
GDK_Cyrillic_IE, 0x0400,
GDK_Cyrillic_I, 0x040D,
+GDK_Greek_iotadieresis, 0x1FD2,
+GDK_Greek_upsilondieresis, 0x1FE2,
+GDK_Greek_ALPHA, 0x1FBA,
+GDK_Greek_EPSILON, 0x1FC8,
+GDK_Greek_ETA, 0x1FCA,
+GDK_Greek_IOTA, 0x1FDA,
+GDK_Greek_OMICRON, 0x1FF8,
+GDK_Greek_UPSILON, 0x1FEA,
+GDK_Greek_OMEGA, 0x1FFA,
+GDK_Greek_alpha, 0x1F70,
+GDK_Greek_epsilon, 0x1F72,
+GDK_Greek_eta, 0x1F74,
+GDK_Greek_iota, 0x1F76,
+GDK_Greek_omicron, 0x1F78,
+GDK_Greek_upsilon, 0x1F7A,
+GDK_Greek_omega, 0x1F7C,
GDK_dead_grave, 0x0060,
+GDK_dead_diaeresis, GDK_Greek_iota, 0x1FD2,
+GDK_dead_diaeresis, GDK_Greek_upsilon, 0x1FE2,
+GDK_dead_psili, GDK_Greek_ALPHA, 0x1F0A,
+GDK_dead_psili, GDK_Greek_EPSILON, 0x1F1A,
+GDK_dead_psili, GDK_Greek_ETA, 0x1F2A,
+GDK_dead_psili, GDK_Greek_IOTA, 0x1F3A,
+GDK_dead_psili, GDK_Greek_OMICRON, 0x1F4A,
+GDK_dead_psili, GDK_Greek_OMEGA, 0x1F6A,
+GDK_dead_psili, GDK_Greek_alpha, 0x1F02,
+GDK_dead_psili, GDK_Greek_epsilon, 0x1F12,
+GDK_dead_psili, GDK_Greek_eta, 0x1F22,
+GDK_dead_psili, GDK_Greek_iota, 0x1F32,
+GDK_dead_psili, GDK_Greek_omicron, 0x1F42,
+GDK_dead_psili, GDK_Greek_upsilon, 0x1F52,
+GDK_dead_psili, GDK_Greek_omega, 0x1F62,
+GDK_dead_dasia, GDK_Greek_ALPHA, 0x1F0B,
+GDK_dead_dasia, GDK_Greek_EPSILON, 0x1F1B,
+GDK_dead_dasia, GDK_Greek_ETA, 0x1F2B,
+GDK_dead_dasia, GDK_Greek_IOTA, 0x1F3B,
+GDK_dead_dasia, GDK_Greek_OMICRON, 0x1F4B,
+GDK_dead_dasia, GDK_Greek_UPSILON, 0x1F5B,
+GDK_dead_dasia, GDK_Greek_OMEGA, 0x1F6B,
+GDK_dead_dasia, GDK_Greek_alpha, 0x1F03,
+GDK_dead_dasia, GDK_Greek_epsilon, 0x1F13,
+GDK_dead_dasia, GDK_Greek_eta, 0x1F23,
+GDK_dead_dasia, GDK_Greek_iota, 0x1F33,
+GDK_dead_dasia, GDK_Greek_omicron, 0x1F43,
+GDK_dead_dasia, GDK_Greek_upsilon, 0x1F53,
+GDK_dead_dasia, GDK_Greek_omega, 0x1F63,
GDK_Multi_key, GDK_quotedbl, GDK_U, 0x01DB,
GDK_Multi_key, GDK_quotedbl, GDK_u, 0x01DC,
GDK_Multi_key, GDK_quotedbl, GDK_Greek_iota, 0x1FD2,
@@ -172,6 +253,8 @@
GDK_Multi_key, GDK_macron, GDK_e, 0x1E15,
GDK_Multi_key, GDK_macron, GDK_o, 0x1E51,
GDK_space, 0x0027,
+GDK_V, 0x01D7,
+GDK_v, 0x01D8,
GDK_Abreve, 0x1EAE,
GDK_abreve, 0x1EAF,
GDK_Emacron, 0x1E16,
@@ -183,9 +266,57 @@
GDK_Cyrillic_ka, 0x045C,
GDK_Cyrillic_GHE, 0x0403,
GDK_Cyrillic_KA, 0x040C,
+GDK_Greek_iotadieresis, 0x0390,
+GDK_Greek_upsilondieresis, 0x03B0,
+GDK_Greek_ALPHA, 0x0386,
+GDK_Greek_EPSILON, 0x0388,
+GDK_Greek_ETA, 0x0389,
+GDK_Greek_IOTA, 0x038A,
+GDK_Greek_OMICRON, 0x038C,
+GDK_Greek_UPSILON, 0x038E,
+GDK_Greek_OMEGA, 0x038F,
+GDK_Greek_alpha, 0x03AC,
+GDK_Greek_epsilon, 0x03AD,
+GDK_Greek_eta, 0x03AE,
+GDK_Greek_iota, 0x03AF,
+GDK_Greek_omicron, 0x03CC,
+GDK_Greek_upsilon, 0x03CD,
+GDK_Greek_omega, 0x03CE,
+GDK_Sabovedot, 0x1E64,
+GDK_sabovedot, 0x1E65,
GDK_dead_acute, 0x00B4,
GDK_dead_stroke, GDK_O, 0x01FE,
GDK_dead_stroke, GDK_o, 0x01FF,
+GDK_dead_diaeresis, GDK_space, 0x0385,
+GDK_dead_diaeresis, GDK_Greek_iota, 0x0390,
+GDK_dead_diaeresis, GDK_Greek_upsilon, 0x03B0,
+GDK_dead_psili, GDK_Greek_ALPHA, 0x1F0C,
+GDK_dead_psili, GDK_Greek_EPSILON, 0x1F1C,
+GDK_dead_psili, GDK_Greek_ETA, 0x1F2C,
+GDK_dead_psili, GDK_Greek_IOTA, 0x1F3C,
+GDK_dead_psili, GDK_Greek_OMICRON, 0x1F4C,
+GDK_dead_psili, GDK_Greek_OMEGA, 0x1F6C,
+GDK_dead_psili, GDK_Greek_alpha, 0x1F04,
+GDK_dead_psili, GDK_Greek_epsilon, 0x1F14,
+GDK_dead_psili, GDK_Greek_eta, 0x1F24,
+GDK_dead_psili, GDK_Greek_iota, 0x1F34,
+GDK_dead_psili, GDK_Greek_omicron, 0x1F44,
+GDK_dead_psili, GDK_Greek_upsilon, 0x1F54,
+GDK_dead_psili, GDK_Greek_omega, 0x1F64,
+GDK_dead_dasia, GDK_Greek_ALPHA, 0x1F0D,
+GDK_dead_dasia, GDK_Greek_EPSILON, 0x1F1D,
+GDK_dead_dasia, GDK_Greek_ETA, 0x1F2D,
+GDK_dead_dasia, GDK_Greek_IOTA, 0x1F3D,
+GDK_dead_dasia, GDK_Greek_OMICRON, 0x1F4D,
+GDK_dead_dasia, GDK_Greek_UPSILON, 0x1F5D,
+GDK_dead_dasia, GDK_Greek_OMEGA, 0x1F6D,
+GDK_dead_dasia, GDK_Greek_alpha, 0x1F05,
+GDK_dead_dasia, GDK_Greek_epsilon, 0x1F15,
+GDK_dead_dasia, GDK_Greek_eta, 0x1F25,
+GDK_dead_dasia, GDK_Greek_iota, 0x1F35,
+GDK_dead_dasia, GDK_Greek_omicron, 0x1F45,
+GDK_dead_dasia, GDK_Greek_upsilon, 0x1F55,
+GDK_dead_dasia, GDK_Greek_omega, 0x1F65,
GDK_Multi_key, GDK_quotedbl, GDK_I, 0x1E2E,
GDK_Multi_key, GDK_quotedbl, GDK_U, 0x01D7,
GDK_Multi_key, GDK_quotedbl, GDK_i, 0x1E2F,
@@ -259,6 +390,7 @@
GDK_parenleft, 0x207D,
GDK_parenright, 0x207E,
GDK_plus, 0x207A,
+GDK_minus, 0x207B,
GDK_0, 0x2070,
GDK_1, 0x00B9,
GDK_2, 0x00B2,
@@ -270,6 +402,31 @@
GDK_8, 0x2078,
GDK_9, 0x2079,
GDK_equal, 0x207C,
+GDK_nobreakspace, 0x0302,
+GDK_Agrave, 0x1EA6,
+GDK_Aacute, 0x1EA4,
+GDK_Atilde, 0x1EAA,
+GDK_Egrave, 0x1EC0,
+GDK_Eacute, 0x1EBE,
+GDK_Ograve, 0x1ED2,
+GDK_Oacute, 0x1ED0,
+GDK_Otilde, 0x1ED6,
+GDK_agrave, 0x1EA7,
+GDK_aacute, 0x1EA5,
+GDK_atilde, 0x1EAB,
+GDK_egrave, 0x1EC1,
+GDK_eacute, 0x1EBF,
+GDK_ograve, 0x1ED3,
+GDK_oacute, 0x1ED1,
+GDK_otilde, 0x1ED7,
+GDK_Ahook, 0x1EA8,
+GDK_ahook, 0x1EA9,
+GDK_Ehook, 0x1EC2,
+GDK_ehook, 0x1EC3,
+GDK_Etilde, 0x1EC4,
+GDK_etilde, 0x1EC5,
+GDK_Ohook, 0x1ED4,
+GDK_ohook, 0x1ED5,
0x2212, 0x207B,
0x4E00, 0x3192,
0x4E01, 0x319C,
@@ -350,9 +507,67 @@
GDK_Multi_key, GDK_underbar, 0x0281, 0x02B6,
GDK_Multi_key, GDK_underbar, 0x0295, 0x02E4,
GDK_space, 0x007E,
+GDK_less, 0x2272,
+GDK_equal, 0x2243,
+GDK_greater, 0x2273,
+GDK_Oacute, 0x1E4C,
+GDK_Odiaeresis, 0x1E4E,
+GDK_Uacute, 0x1E78,
+GDK_oacute, 0x1E4D,
+GDK_odiaeresis, 0x1E4F,
+GDK_uacute, 0x1E79,
GDK_Abreve, 0x1EB4,
GDK_abreve, 0x1EB5,
+GDK_Omacron, 0x022C,
+GDK_omacron, 0x022D,
+GDK_Greek_iotadieresis, 0x1FD7,
+GDK_Greek_upsilondieresis, 0x1FE7,
+GDK_Greek_alpha, 0x1FB6,
+GDK_Greek_eta, 0x1FC6,
+GDK_Greek_iota, 0x1FD6,
+GDK_Greek_upsilon, 0x1FE6,
+GDK_Greek_omega, 0x1FF6,
+0x1F00, 0x1F06,
+0x1F01, 0x1F07,
+0x1F08, 0x1F0E,
+0x1F09, 0x1F0F,
+0x1F20, 0x1F26,
+0x1F21, 0x1F27,
+0x1F28, 0x1F2E,
+0x1F29, 0x1F2F,
+0x1F30, 0x1F36,
+0x1F31, 0x1F37,
+0x1F38, 0x1F3E,
+0x1F39, 0x1F3F,
+0x1F50, 0x1F56,
+0x1F51, 0x1F57,
+0x1F59, 0x1F5F,
+0x1F60, 0x1F66,
+0x1F61, 0x1F67,
+0x1F68, 0x1F6E,
+0x1F69, 0x1F6F,
GDK_dead_tilde, 0x007E,
+GDK_dead_diaeresis, GDK_Greek_iota, 0x1FD7,
+GDK_dead_diaeresis, GDK_Greek_upsilon, 0x1FE7,
+GDK_dead_psili, GDK_Greek_ALPHA, 0x1F0E,
+GDK_dead_psili, GDK_Greek_ETA, 0x1F2E,
+GDK_dead_psili, GDK_Greek_IOTA, 0x1F3E,
+GDK_dead_psili, GDK_Greek_OMEGA, 0x1F6E,
+GDK_dead_psili, GDK_Greek_alpha, 0x1F06,
+GDK_dead_psili, GDK_Greek_eta, 0x1F26,
+GDK_dead_psili, GDK_Greek_iota, 0x1F36,
+GDK_dead_psili, GDK_Greek_upsilon, 0x1F56,
+GDK_dead_psili, GDK_Greek_omega, 0x1F66,
+GDK_dead_dasia, GDK_Greek_ALPHA, 0x1F0F,
+GDK_dead_dasia, GDK_Greek_ETA, 0x1F2F,
+GDK_dead_dasia, GDK_Greek_IOTA, 0x1F3F,
+GDK_dead_dasia, GDK_Greek_UPSILON, 0x1F5F,
+GDK_dead_dasia, GDK_Greek_OMEGA, 0x1F6F,
+GDK_dead_dasia, GDK_Greek_alpha, 0x1F07,
+GDK_dead_dasia, GDK_Greek_eta, 0x1F27,
+GDK_dead_dasia, GDK_Greek_iota, 0x1F37,
+GDK_dead_dasia, GDK_Greek_upsilon, 0x1F57,
+GDK_dead_dasia, GDK_Greek_omega, 0x1F67,
GDK_Multi_key, GDK_quotedbl, GDK_Greek_iota, 0x1FD7,
GDK_Multi_key, GDK_quotedbl, GDK_Greek_upsilon, 0x1FE7,
GDK_Multi_key, GDK_parenleft, GDK_Greek_ALPHA, 0x1F0F,
@@ -389,10 +604,27 @@
GDK_Multi_key, GDK_b, GDK_A, 0x1EB4,
GDK_Multi_key, GDK_b, GDK_a, 0x1EB5,
GDK_space, 0x00AF,
+GDK_V, 0x01D5,
+GDK_v, 0x01D6,
+GDK_nobreakspace, 0x0304,
+GDK_Egrave, 0x1E14,
+GDK_Eacute, 0x1E16,
+GDK_Ograve, 0x1E50,
+GDK_Oacute, 0x1E52,
+GDK_egrave, 0x1E15,
+GDK_eacute, 0x1E17,
+GDK_ograve, 0x1E51,
+GDK_oacute, 0x1E53,
GDK_Cyrillic_i, 0x04E3,
GDK_Cyrillic_u, 0x04EF,
GDK_Cyrillic_I, 0x04E2,
GDK_Cyrillic_U, 0x04EE,
+GDK_Greek_ALPHA, 0x1FB9,
+GDK_Greek_IOTA, 0x1FD9,
+GDK_Greek_UPSILON, 0x1FE9,
+GDK_Greek_alpha, 0x1FB1,
+GDK_Greek_iota, 0x1FD1,
+GDK_Greek_upsilon, 0x1FE1,
GDK_dead_macron, 0x00AF,
GDK_Multi_key, GDK_exclam, GDK_L, 0x1E38,
GDK_Multi_key, GDK_exclam, GDK_R, 0x1E5C,
@@ -413,6 +645,13 @@
GDK_Multi_key, GDK_asciitilde, GDK_O, 0x022C,
GDK_Multi_key, GDK_asciitilde, GDK_o, 0x022D,
GDK_space, 0x02D8,
+GDK_nobreakspace, 0x0306,
+GDK_Agrave, 0x1EB0,
+GDK_Aacute, 0x1EAE,
+GDK_Atilde, 0x1EB4,
+GDK_agrave, 0x1EB1,
+GDK_aacute, 0x1EAF,
+GDK_atilde, 0x1EB5,
GDK_Cyrillic_a, 0x04D1,
GDK_Cyrillic_ie, 0x04D7,
GDK_Cyrillic_i, 0x0439,
@@ -423,6 +662,14 @@
GDK_Cyrillic_I, 0x0419,
GDK_Cyrillic_U, 0x040E,
GDK_Cyrillic_ZHE, 0x04C1,
+GDK_Greek_ALPHA, 0x1FB8,
+GDK_Greek_IOTA, 0x1FD8,
+GDK_Greek_UPSILON, 0x1FE8,
+GDK_Greek_alpha, 0x1FB0,
+GDK_Greek_iota, 0x1FD0,
+GDK_Greek_upsilon, 0x1FE0,
+GDK_Ahook, 0x1EB2,
+GDK_ahook, 0x1EB3,
GDK_dead_breve, 0x02D8,
GDK_Multi_key, GDK_exclam, GDK_A, 0x1EB6,
GDK_Multi_key, GDK_exclam, GDK_a, 0x1EB7,
@@ -431,12 +678,21 @@
GDK_Multi_key, GDK_cedilla, GDK_E, 0x1E1C,
GDK_Multi_key, GDK_cedilla, GDK_e, 0x1E1D,
GDK_space, 0x02D9,
+GDK_L, 0x013F,
GDK_i, 0x0131,
+GDK_j, 0x0237,
+GDK_l, 0x0140,
+GDK_nobreakspace, 0x0307,
GDK_Sacute, 0x1E64,
GDK_Scaron, 0x1E66,
GDK_sacute, 0x1E65,
GDK_scaron, 0x1E67,
+GDK_Amacron, 0x01E0,
+GDK_Omacron, 0x0230,
+GDK_amacron, 0x01E1,
+GDK_omacron, 0x0231,
GDK_dead_abovedot, 0x02D9,
+GDK_dead_stroke, GDK_j, 0x025F,
GDK_Multi_key, GDK_exclam, GDK_S, 0x1E68,
GDK_Multi_key, GDK_exclam, GDK_s, 0x1E69,
GDK_Multi_key, GDK_apostrophe, GDK_S, 0x1E64,
@@ -447,8 +703,20 @@
GDK_Multi_key, GDK_acute, GDK_s, 0x1E65,
GDK_space, 0x0022,
GDK_apostrophe, 0x0344,
+GDK_nobreakspace, 0x0308,
GDK_acute, 0x0344,
+GDK_Iacute, 0x1E2E,
+GDK_Ugrave, 0x01DB,
+GDK_Uacute, 0x01D7,
+GDK_iacute, 0x1E2F,
+GDK_ugrave, 0x01DC,
+GDK_uacute, 0x01D8,
+0x01D3, 0x01D9,
+0x01D4, 0x01DA,
+GDK_Amacron, 0x01DE,
GDK_Umacron, 0x1E7A,
+GDK_amacron, 0x01DF,
+GDK_omacron, 0x022B,
GDK_umacron, 0x1E7B,
GDK_Ukrainian_i, 0x0457,
GDK_Ukrainian_I, 0x0407,
@@ -472,7 +740,14 @@
GDK_Cyrillic_ZE, 0x04DE,
GDK_Cyrillic_E, 0x04EC,
GDK_Cyrillic_CHE, 0x04F4,
+GDK_Greek_IOTA, 0x03AA,
+GDK_Greek_UPSILON, 0x03AB,
+GDK_Greek_iota, 0x03CA,
+GDK_Greek_upsilon, 0x03CB,
GDK_dead_diaeresis, 0x00A8,
+GDK_dead_acute, GDK_space, 0x0385,
+GDK_dead_acute, GDK_Greek_iota, 0x0390,
+GDK_dead_acute, GDK_Greek_upsilon, 0x03B0,
GDK_Multi_key, GDK_underscore, GDK_U, 0x1E7A,
GDK_Multi_key, GDK_underscore, GDK_u, 0x1E7B,
GDK_Multi_key, GDK_asciitilde, GDK_O, 0x1E4E,
@@ -480,21 +755,122 @@
GDK_Multi_key, GDK_macron, GDK_U, 0x1E7A,
GDK_Multi_key, GDK_macron, GDK_u, 0x1E7B,
GDK_space, 0x00B0,
+GDK_nobreakspace, 0x030A,
+GDK_Aacute, 0x01FA,
+GDK_aacute, 0x01FB,
GDK_dead_abovering, 0x00B0,
GDK_space, 0x02DD,
+GDK_nobreakspace, 0x030B,
GDK_Cyrillic_u, 0x04F3,
GDK_Cyrillic_U, 0x04F2,
GDK_dead_doubleacute, 0x02DD,
GDK_space, 0x02C7,
+GDK_parenleft, 0x208D,
+GDK_parenright, 0x208E,
+GDK_plus, 0x208A,
+GDK_minus, 0x208B,
+GDK_equal, 0x208C,
+GDK_V, 0x01D9,
+GDK_v, 0x01DA,
+GDK_nobreakspace, 0x030C,
+0x01F2, 0x01C5,
+GDK_Sabovedot, 0x1E66,
+GDK_sabovedot, 0x1E67,
GDK_dead_caron, 0x02C7,
GDK_Multi_key, GDK_quotedbl, GDK_U, 0x01D9,
GDK_Multi_key, GDK_quotedbl, GDK_u, 0x01DA,
GDK_space, 0x00B8,
+GDK_nobreakspace, 0x0327,
+GDK_cent, 0x20B5,
+GDK_Cacute, 0x1E08,
+GDK_cacute, 0x1E09,
+GDK_ColonSign, 0x20B5,
GDK_dead_cedilla, 0x00B8,
GDK_space, 0x02DB,
+GDK_nobreakspace, 0x0328,
+GDK_Omacron, 0x01EC,
+GDK_omacron, 0x01ED,
GDK_dead_ogonek, 0x02DB,
GDK_space, 0x037A,
+GDK_Greek_alphaaccent, 0x1FB4,
+GDK_Greek_etaaccent, 0x1FC4,
+GDK_Greek_omegaaccent, 0x1FF4,
+GDK_Greek_ALPHA, 0x1FBC,
+GDK_Greek_ETA, 0x1FCC,
+GDK_Greek_OMEGA, 0x1FFC,
+GDK_Greek_alpha, 0x1FB3,
+GDK_Greek_eta, 0x1FC3,
+GDK_Greek_omega, 0x1FF3,
GDK_dead_iota, 0x037A,
+GDK_dead_grave, GDK_Greek_alpha, 0x1FB2,
+GDK_dead_grave, GDK_Greek_eta, 0x1FC2,
+GDK_dead_grave, GDK_Greek_omega, 0x1FF2,
+GDK_dead_acute, GDK_Greek_alpha, 0x1FB4,
+GDK_dead_acute, GDK_Greek_eta, 0x1FC4,
+GDK_dead_acute, GDK_Greek_omega, 0x1FF4,
+GDK_dead_tilde, GDK_Greek_alpha, 0x1FB7,
+GDK_dead_tilde, GDK_Greek_eta, 0x1FC7,
+GDK_dead_tilde, GDK_Greek_omega, 0x1FF7,
+GDK_dead_tilde, 0x1F00, 0x1F86,
+GDK_dead_tilde, 0x1F01, 0x1F87,
+GDK_dead_tilde, 0x1F08, 0x1F8E,
+GDK_dead_tilde, 0x1F09, 0x1F8F,
+GDK_dead_tilde, 0x1F20, 0x1F96,
+GDK_dead_tilde, 0x1F21, 0x1F97,
+GDK_dead_tilde, 0x1F28, 0x1F9E,
+GDK_dead_tilde, 0x1F29, 0x1F9F,
+GDK_dead_tilde, 0x1F60, 0x1FA6,
+GDK_dead_tilde, 0x1F61, 0x1FA7,
+GDK_dead_tilde, 0x1F68, 0x1FAE,
+GDK_dead_tilde, 0x1F69, 0x1FAF,
+GDK_dead_psili, GDK_Greek_ALPHA, 0x1F88,
+GDK_dead_psili, GDK_Greek_ETA, 0x1F98,
+GDK_dead_psili, GDK_Greek_OMEGA, 0x1FA8,
+GDK_dead_psili, GDK_Greek_alpha, 0x1F80,
+GDK_dead_psili, GDK_Greek_eta, 0x1F90,
+GDK_dead_psili, GDK_Greek_omega, 0x1FA0,
+GDK_dead_dasia, GDK_Greek_ALPHA, 0x1F89,
+GDK_dead_dasia, GDK_Greek_ETA, 0x1F99,
+GDK_dead_dasia, GDK_Greek_OMEGA, 0x1FA9,
+GDK_dead_dasia, GDK_Greek_alpha, 0x1F81,
+GDK_dead_dasia, GDK_Greek_eta, 0x1F91,
+GDK_dead_dasia, GDK_Greek_omega, 0x1FA1,
+GDK_dead_grave, GDK_dead_psili, GDK_Greek_ALPHA, 0x1F8A,
+GDK_dead_grave, GDK_dead_psili, GDK_Greek_ETA, 0x1F9A,
+GDK_dead_grave, GDK_dead_psili, GDK_Greek_OMEGA, 0x1FAA,
+GDK_dead_grave, GDK_dead_psili, GDK_Greek_alpha, 0x1F82,
+GDK_dead_grave, GDK_dead_psili, GDK_Greek_eta, 0x1F92,
+GDK_dead_grave, GDK_dead_psili, GDK_Greek_omega, 0x1FA2,
+GDK_dead_grave, GDK_dead_dasia, GDK_Greek_ALPHA, 0x1F8B,
+GDK_dead_grave, GDK_dead_dasia, GDK_Greek_ETA, 0x1F9B,
+GDK_dead_grave, GDK_dead_dasia, GDK_Greek_OMEGA, 0x1FAB,
+GDK_dead_grave, GDK_dead_dasia, GDK_Greek_alpha, 0x1F83,
+GDK_dead_grave, GDK_dead_dasia, GDK_Greek_eta, 0x1F93,
+GDK_dead_grave, GDK_dead_dasia, GDK_Greek_omega, 0x1FA3,
+GDK_dead_acute, GDK_dead_psili, GDK_Greek_ALPHA, 0x1F8C,
+GDK_dead_acute, GDK_dead_psili, GDK_Greek_ETA, 0x1F9C,
+GDK_dead_acute, GDK_dead_psili, GDK_Greek_OMEGA, 0x1FAC,
+GDK_dead_acute, GDK_dead_psili, GDK_Greek_alpha, 0x1F84,
+GDK_dead_acute, GDK_dead_psili, GDK_Greek_eta, 0x1F94,
+GDK_dead_acute, GDK_dead_psili, GDK_Greek_omega, 0x1FA4,
+GDK_dead_acute, GDK_dead_dasia, GDK_Greek_ALPHA, 0x1F8D,
+GDK_dead_acute, GDK_dead_dasia, GDK_Greek_ETA, 0x1F9D,
+GDK_dead_acute, GDK_dead_dasia, GDK_Greek_OMEGA, 0x1FAD,
+GDK_dead_acute, GDK_dead_dasia, GDK_Greek_alpha, 0x1F85,
+GDK_dead_acute, GDK_dead_dasia, GDK_Greek_eta, 0x1F95,
+GDK_dead_acute, GDK_dead_dasia, GDK_Greek_omega, 0x1FA5,
+GDK_dead_tilde, GDK_dead_psili, GDK_Greek_ALPHA, 0x1F8E,
+GDK_dead_tilde, GDK_dead_psili, GDK_Greek_ETA, 0x1F9E,
+GDK_dead_tilde, GDK_dead_psili, GDK_Greek_OMEGA, 0x1FAE,
+GDK_dead_tilde, GDK_dead_psili, GDK_Greek_alpha, 0x1F86,
+GDK_dead_tilde, GDK_dead_psili, GDK_Greek_eta, 0x1F96,
+GDK_dead_tilde, GDK_dead_psili, GDK_Greek_omega, 0x1FA6,
+GDK_dead_tilde, GDK_dead_dasia, GDK_Greek_ALPHA, 0x1F8F,
+GDK_dead_tilde, GDK_dead_dasia, GDK_Greek_ETA, 0x1F9F,
+GDK_dead_tilde, GDK_dead_dasia, GDK_Greek_OMEGA, 0x1FAF,
+GDK_dead_tilde, GDK_dead_dasia, GDK_Greek_alpha, 0x1F87,
+GDK_dead_tilde, GDK_dead_dasia, GDK_Greek_eta, 0x1F97,
+GDK_dead_tilde, GDK_dead_dasia, GDK_Greek_omega, 0x1FA7,
GDK_Multi_key, GDK_apostrophe, GDK_Greek_alpha, 0x1FB4,
GDK_Multi_key, GDK_apostrophe, GDK_Greek_eta, 0x1FC4,
GDK_Multi_key, GDK_apostrophe, GDK_Greek_omega, 0x1FF4,
@@ -736,8 +1112,45 @@
GDK_Multi_key, GDK_plus, GDK_U, 0x1EF0,
GDK_Multi_key, GDK_plus, GDK_o, 0x1EE3,
GDK_Multi_key, GDK_plus, GDK_u, 0x1EF1,
+GDK_space, 0x0309,
+GDK_B, 0x0181,
+GDK_C, 0x0187,
+GDK_D, 0x018A,
+GDK_F, 0x0191,
+GDK_G, 0x0193,
+GDK_K, 0x0198,
+GDK_M, 0x2C6E,
+GDK_N, 0x019D,
+GDK_P, 0x01A4,
+GDK_T, 0x01AC,
+GDK_V, 0x01B2,
+GDK_W, 0x2C72,
+GDK_Z, 0x0224,
+GDK_b, 0x0253,
+GDK_c, 0x0188,
+GDK_d, 0x0257,
+GDK_f, 0x0192,
+GDK_g, 0x0260,
+GDK_h, 0x0266,
+GDK_k, 0x0199,
+GDK_m, 0x0271,
+GDK_n, 0x0272,
+GDK_p, 0x01A5,
+GDK_q, 0x02A0,
+GDK_s, 0x0282,
+GDK_t, 0x01AD,
+GDK_v, 0x028B,
+GDK_w, 0x2C73,
+GDK_z, 0x0225,
+GDK_nobreakspace, 0x0309,
GDK_Abreve, 0x1EB2,
GDK_abreve, 0x1EB3,
+0x0256, 0x1D91,
+GDK_schwa, 0x025A,
+0x025C, 0x025D,
+0x025F, 0x0284,
+0x0279, 0x027B,
+GDK_dead_hook, 0x0309,
GDK_Multi_key, GDK_plus, GDK_O, 0x1EDE,
GDK_Multi_key, GDK_plus, GDK_U, 0x1EEC,
GDK_Multi_key, GDK_plus, GDK_o, 0x1EDF,
@@ -752,11 +1165,43 @@
GDK_Multi_key, GDK_asciicircum, GDK_o, 0x1ED5,
GDK_Multi_key, GDK_b, GDK_A, 0x1EB2,
GDK_Multi_key, GDK_b, GDK_a, 0x1EB3,
+GDK_Greek_ALPHA, 0x1F08,
+GDK_Greek_EPSILON, 0x1F18,
+GDK_Greek_ETA, 0x1F28,
+GDK_Greek_IOTA, 0x1F38,
+GDK_Greek_OMICRON, 0x1F48,
+GDK_Greek_OMEGA, 0x1F68,
+GDK_Greek_alpha, 0x1F00,
+GDK_Greek_epsilon, 0x1F10,
+GDK_Greek_eta, 0x1F20,
+GDK_Greek_iota, 0x1F30,
+GDK_Greek_omicron, 0x1F40,
+GDK_Greek_rho, 0x1FE4,
+GDK_Greek_upsilon, 0x1F50,
+GDK_Greek_omega, 0x1F60,
+GDK_Greek_ALPHA, 0x1F09,
+GDK_Greek_EPSILON, 0x1F19,
+GDK_Greek_ETA, 0x1F29,
+GDK_Greek_IOTA, 0x1F39,
+GDK_Greek_OMICRON, 0x1F49,
+GDK_Greek_RHO, 0x1FEC,
+GDK_Greek_UPSILON, 0x1F59,
+GDK_Greek_OMEGA, 0x1F69,
+GDK_Greek_alpha, 0x1F01,
+GDK_Greek_epsilon, 0x1F11,
+GDK_Greek_eta, 0x1F21,
+GDK_Greek_iota, 0x1F31,
+GDK_Greek_omicron, 0x1F41,
+GDK_Greek_rho, 0x1FE5,
+GDK_Greek_upsilon, 0x1F51,
+GDK_Greek_omega, 0x1F61,
GDK_space, GDK_space, 0x00A0,
GDK_space, GDK_apostrophe, 0x0027,
+GDK_space, GDK_parenleft, 0x02D8,
GDK_space, GDK_comma, 0x00B8,
GDK_space, GDK_minus, 0x007E,
GDK_space, GDK_period, 0x2008,
+GDK_space, GDK_less, 0x02C7,
GDK_space, GDK_greater, 0x005E,
GDK_space, GDK_asciicircum, 0x005E,
GDK_space, GDK_grave, 0x0060,
@@ -774,8 +1219,9 @@
GDK_exclam, GDK_M, 0x1E42,
GDK_exclam, GDK_N, 0x1E46,
GDK_exclam, GDK_O, 0x1ECC,
+GDK_exclam, GDK_P, 0x00B6,
GDK_exclam, GDK_R, 0x1E5A,
-GDK_exclam, GDK_S, 0x1E62,
+GDK_exclam, GDK_S, 0x00A7,
GDK_exclam, GDK_T, 0x1E6C,
GDK_exclam, GDK_U, 0x1EE4,
GDK_exclam, GDK_V, 0x1E7E,
@@ -794,8 +1240,9 @@
GDK_exclam, GDK_m, 0x1E43,
GDK_exclam, GDK_n, 0x1E47,
GDK_exclam, GDK_o, 0x1ECD,
+GDK_exclam, GDK_p, 0x00B6,
GDK_exclam, GDK_r, 0x1E5B,
-GDK_exclam, GDK_s, 0x1E63,
+GDK_exclam, GDK_s, 0x00A7,
GDK_exclam, GDK_t, 0x1E6D,
GDK_exclam, GDK_u, 0x1EE5,
GDK_exclam, GDK_v, 0x1E7F,
@@ -806,6 +1253,7 @@
GDK_exclam, GDK_ohorn, 0x1EE3,
GDK_exclam, GDK_Uhorn, 0x1EF0,
GDK_exclam, GDK_uhorn, 0x1EF1,
+GDK_quotedbl, GDK_quotedbl, 0x00A8,
GDK_quotedbl, GDK_apostrophe, 0x0344,
GDK_quotedbl, GDK_comma, 0x201E,
GDK_quotedbl, GDK_slash, 0x301E,
@@ -873,6 +1321,7 @@
GDK_numbersign, GDK_f, 0x266E,
GDK_percent, GDK_o, 0x2030,
GDK_apostrophe, GDK_space, 0x0027,
+GDK_apostrophe, GDK_apostrophe, 0x00B4,
GDK_apostrophe, GDK_comma, 0x201A,
GDK_apostrophe, GDK_less, 0x2018,
GDK_apostrophe, GDK_greater, 0x2019,
@@ -989,8 +1438,15 @@
GDK_apostrophe, 0x1F61, 0x1F65,
GDK_apostrophe, 0x1F68, 0x1F6C,
GDK_apostrophe, 0x1F69, 0x1F6D,
+GDK_parenleft, GDK_space, 0x02D8,
GDK_parenleft, GDK_parenleft, 0x005B,
GDK_parenleft, GDK_minus, 0x007B,
+GDK_parenleft, GDK_A, 0x0102,
+GDK_parenleft, GDK_G, 0x011E,
+GDK_parenleft, GDK_a, 0x0103,
+GDK_parenleft, GDK_c, 0x00A9,
+GDK_parenleft, GDK_g, 0x011F,
+GDK_parenleft, GDK_r, 0x00AE,
GDK_parenleft, GDK_Greek_ALPHA, 0x1F09,
GDK_parenleft, GDK_Greek_EPSILON, 0x1F19,
GDK_parenleft, GDK_Greek_ETA, 0x1F29,
@@ -1023,6 +1479,11 @@
GDK_parenright, GDK_Greek_rho, 0x1FE4,
GDK_parenright, GDK_Greek_upsilon, 0x1F50,
GDK_parenright, GDK_Greek_omega, 0x1F60,
+GDK_asterisk, GDK_0, 0x00B0,
+GDK_asterisk, GDK_A, 0x00C5,
+GDK_asterisk, GDK_U, 0x016E,
+GDK_asterisk, GDK_a, 0x00E5,
+GDK_asterisk, GDK_u, 0x016F,
GDK_plus, GDK_plus, 0x0023,
GDK_plus, GDK_minus, 0x00B1,
GDK_plus, GDK_O, 0x01A0,
@@ -1032,39 +1493,63 @@
GDK_comma, GDK_space, 0x00B8,
GDK_comma, GDK_quotedbl, 0x201E,
GDK_comma, GDK_apostrophe, 0x201A,
+GDK_comma, GDK_comma, 0x00B8,
GDK_comma, GDK_minus, 0x00AC,
+GDK_comma, GDK_A, 0x0104,
GDK_comma, GDK_C, 0x00C7,
GDK_comma, GDK_D, 0x1E10,
-GDK_comma, GDK_E, 0x0228,
+GDK_comma, GDK_E, 0x0118,
GDK_comma, GDK_G, 0x0122,
GDK_comma, GDK_H, 0x1E28,
+GDK_comma, GDK_I, 0x012E,
GDK_comma, GDK_K, 0x0136,
GDK_comma, GDK_L, 0x013B,
GDK_comma, GDK_N, 0x0145,
GDK_comma, GDK_R, 0x0156,
GDK_comma, GDK_S, 0x015E,
GDK_comma, GDK_T, 0x0162,
+GDK_comma, GDK_U, 0x0172,
+GDK_comma, GDK_a, 0x0105,
GDK_comma, GDK_c, 0x00E7,
GDK_comma, GDK_d, 0x1E11,
-GDK_comma, GDK_e, 0x0229,
+GDK_comma, GDK_e, 0x0119,
GDK_comma, GDK_g, 0x0123,
GDK_comma, GDK_h, 0x1E29,
+GDK_comma, GDK_i, 0x012F,
GDK_comma, GDK_k, 0x0137,
GDK_comma, GDK_l, 0x013C,
GDK_comma, GDK_n, 0x0146,
GDK_comma, GDK_r, 0x0157,
GDK_comma, GDK_s, 0x015F,
GDK_comma, GDK_t, 0x0163,
+GDK_comma, GDK_u, 0x0173,
GDK_minus, GDK_space, 0x007E,
GDK_minus, GDK_parenleft, 0x007B,
GDK_minus, GDK_parenright, 0x007D,
+GDK_minus, GDK_plus, 0x00B1,
GDK_minus, GDK_comma, 0x00AC,
GDK_minus, GDK_colon, 0x00F7,
+GDK_minus, GDK_A, 0x00C3,
GDK_minus, GDK_D, 0x0110,
+GDK_minus, GDK_E, 0x0112,
+GDK_minus, GDK_I, 0x012A,
GDK_minus, GDK_L, 0x00A3,
+GDK_minus, GDK_N, 0x00D1,
+GDK_minus, GDK_O, 0x00D5,
+GDK_minus, GDK_U, 0x016A,
+GDK_minus, GDK_Y, 0x00A5,
+GDK_minus, GDK_asciicircum, 0x00AF,
+GDK_minus, GDK_a, 0x00E3,
GDK_minus, GDK_d, 0x0111,
+GDK_minus, GDK_e, 0x0113,
+GDK_minus, GDK_i, 0x012B,
+GDK_minus, GDK_l, 0x00A3,
+GDK_minus, GDK_n, 0x00F1,
+GDK_minus, GDK_o, 0x00F5,
+GDK_minus, GDK_u, 0x016B,
+GDK_minus, GDK_y, 0x00A5,
GDK_period, GDK_minus, 0x00B7,
-GDK_period, GDK_period, 0x2026,
+GDK_period, GDK_period, 0x02D9,
GDK_period, GDK_less, 0x2039,
GDK_period, GDK_equal, 0x2022,
GDK_period, GDK_greater, 0x203A,
@@ -1088,6 +1573,7 @@
GDK_period, GDK_X, 0x1E8A,
GDK_period, GDK_Y, 0x1E8E,
GDK_period, GDK_Z, 0x017B,
+GDK_period, GDK_asciicircum, 0x00B7,
GDK_period, GDK_a, 0x0227,
GDK_period, GDK_b, 0x1E03,
GDK_period, GDK_c, 0x010B,
@@ -1096,6 +1582,7 @@
GDK_period, GDK_f, 0x1E1F,
GDK_period, GDK_g, 0x0121,
GDK_period, GDK_h, 0x1E23,
+GDK_period, GDK_i, 0x0131,
GDK_period, GDK_m, 0x1E41,
GDK_period, GDK_n, 0x1E45,
GDK_period, GDK_o, 0x022F,
@@ -1116,7 +1603,7 @@
GDK_period, 0x1E63, 0x1E69,
GDK_slash, GDK_slash, 0x005C,
GDK_slash, GDK_less, 0x005C,
-GDK_slash, GDK_C, 0x20A1,
+GDK_slash, GDK_C, 0x00A2,
GDK_slash, GDK_D, 0x0110,
GDK_slash, GDK_G, 0x01E4,
GDK_slash, GDK_H, 0x0126,
@@ -1124,6 +1611,7 @@
GDK_slash, GDK_L, 0x0141,
GDK_slash, GDK_O, 0x00D8,
GDK_slash, GDK_T, 0x0166,
+GDK_slash, GDK_U, 0x00B5,
GDK_slash, GDK_Z, 0x01B5,
GDK_slash, GDK_asciicircum, 0x007C,
GDK_slash, GDK_b, 0x0180,
@@ -1136,6 +1624,7 @@
GDK_slash, GDK_m, 0x20A5,
GDK_slash, GDK_o, 0x00F8,
GDK_slash, GDK_t, 0x0167,
+GDK_slash, GDK_u, 0x00B5,
GDK_slash, GDK_z, 0x01B6,
GDK_slash, 0x0294, 0x02A1,
GDK_slash, 0x04AE, 0x04B0,
@@ -1147,17 +1636,34 @@
GDK_slash, GDK_leftarrow, 0x219A,
GDK_slash, GDK_rightarrow, 0x219B,
GDK_slash, 0x2194, 0x21AE,
+GDK_0, GDK_asterisk, 0x00B0,
+GDK_0, GDK_C, 0x00A9,
+GDK_0, GDK_S, 0x00A7,
+GDK_0, GDK_X, 0x00A4,
+GDK_0, GDK_asciicircum, 0x00B0,
+GDK_0, GDK_c, 0x00A9,
+GDK_0, GDK_s, 0x00A7,
+GDK_0, GDK_x, 0x00A4,
GDK_1, GDK_2, 0x00BD,
GDK_1, GDK_3, 0x2153,
GDK_1, GDK_4, 0x00BC,
GDK_1, GDK_5, 0x2155,
GDK_1, GDK_6, 0x2159,
GDK_1, GDK_8, 0x215B,
+GDK_1, GDK_S, 0x00B9,
+GDK_1, GDK_asciicircum, 0x00B9,
+GDK_1, GDK_s, 0x00B9,
GDK_2, GDK_3, 0x2154,
GDK_2, GDK_5, 0x2156,
+GDK_2, GDK_S, 0x00B2,
+GDK_2, GDK_asciicircum, 0x00B2,
+GDK_2, GDK_s, 0x00B2,
GDK_3, GDK_4, 0x00BE,
GDK_3, GDK_5, 0x2157,
GDK_3, GDK_8, 0x215C,
+GDK_3, GDK_S, 0x00B3,
+GDK_3, GDK_asciicircum, 0x00B3,
+GDK_3, GDK_s, 0x00B3,
GDK_4, GDK_5, 0x2158,
GDK_5, GDK_6, 0x215A,
GDK_5, GDK_8, 0x215D,
@@ -1173,14 +1679,33 @@
GDK_semicolon, GDK_i, 0x012F,
GDK_semicolon, GDK_o, 0x01EB,
GDK_semicolon, GDK_u, 0x0173,
+GDK_less, GDK_space, 0x02C7,
GDK_less, GDK_quotedbl, 0x201C,
GDK_less, GDK_apostrophe, 0x2018,
GDK_less, GDK_slash, 0x005C,
GDK_less, GDK_less, 0x00AB,
+GDK_less, GDK_C, 0x010C,
+GDK_less, GDK_D, 0x010E,
+GDK_less, GDK_E, 0x011A,
+GDK_less, GDK_L, 0x013D,
+GDK_less, GDK_N, 0x0147,
+GDK_less, GDK_R, 0x0158,
+GDK_less, GDK_S, 0x0160,
+GDK_less, GDK_T, 0x0164,
+GDK_less, GDK_Z, 0x017D,
+GDK_less, GDK_c, 0x010D,
+GDK_less, GDK_d, 0x010F,
+GDK_less, GDK_e, 0x011B,
+GDK_less, GDK_l, 0x013E,
+GDK_less, GDK_n, 0x0148,
+GDK_less, GDK_r, 0x0159,
+GDK_less, GDK_s, 0x0161,
+GDK_less, GDK_t, 0x0165,
+GDK_less, GDK_z, 0x017E,
GDK_less, 0x0338, 0x226E,
GDK_equal, GDK_C, 0x20AC,
GDK_equal, GDK_E, 0x20AC,
-GDK_equal, GDK_L, 0x20A4,
+GDK_equal, GDK_L, 0x00A3,
GDK_equal, GDK_N, 0x20A6,
GDK_equal, GDK_O, 0x0150,
GDK_equal, GDK_U, 0x0170,
@@ -1188,8 +1713,10 @@
GDK_equal, GDK_Y, 0x00A5,
GDK_equal, GDK_c, 0x20AC,
GDK_equal, GDK_e, 0x20AC,
+GDK_equal, GDK_l, 0x00A3,
GDK_equal, GDK_o, 0x0151,
GDK_equal, GDK_u, 0x0171,
+GDK_equal, GDK_y, 0x00A5,
GDK_equal, 0x0338, 0x2260,
GDK_equal, GDK_Cyrillic_u, 0x04F3,
GDK_equal, GDK_Cyrillic_IE, 0x20AC,
@@ -1199,6 +1726,16 @@
GDK_greater, GDK_quotedbl, 0x201D,
GDK_greater, GDK_apostrophe, 0x2019,
GDK_greater, GDK_greater, 0x00BB,
+GDK_greater, GDK_A, 0x00C2,
+GDK_greater, GDK_E, 0x00CA,
+GDK_greater, GDK_I, 0x00CE,
+GDK_greater, GDK_O, 0x00D4,
+GDK_greater, GDK_U, 0x00DB,
+GDK_greater, GDK_a, 0x00E2,
+GDK_greater, GDK_e, 0x00EA,
+GDK_greater, GDK_i, 0x00EE,
+GDK_greater, GDK_o, 0x00F4,
+GDK_greater, GDK_u, 0x00FB,
GDK_greater, 0x0338, 0x226F,
GDK_question, GDK_exclam, 0x203D,
GDK_question, GDK_question, 0x00BF,
@@ -1226,48 +1763,162 @@
GDK_question, GDK_uhorn, 0x1EED,
GDK_question, GDK_Abreve, 0x1EB2,
GDK_question, GDK_abreve, 0x1EB3,
+GDK_A, GDK_quotedbl, 0x00C4,
+GDK_A, GDK_apostrophe, 0x00C1,
+GDK_A, GDK_parenleft, 0x0102,
+GDK_A, GDK_asterisk, 0x00C5,
+GDK_A, GDK_comma, 0x0104,
+GDK_A, GDK_minus, 0x00C3,
+GDK_A, GDK_greater, 0x00C2,
+GDK_A, GDK_A, 0x00C5,
GDK_A, GDK_E, 0x00C6,
GDK_A, GDK_T, 0x0040,
-GDK_C, GDK_slash, 0x20A1,
+GDK_A, GDK_asciicircum, 0x00C2,
+GDK_A, GDK_underscore, 0x00AA,
+GDK_A, GDK_grave, 0x00C0,
+GDK_A, GDK_asciitilde, 0x00C3,
+GDK_A, GDK_diaeresis, 0x00C4,
+GDK_A, GDK_acute, 0x00C1,
+GDK_B, GDK_period, 0x1E02,
+GDK_C, GDK_apostrophe, 0x0106,
+GDK_C, GDK_comma, 0x00C7,
+GDK_C, GDK_period, 0x010A,
+GDK_C, GDK_slash, 0x00A2,
+GDK_C, GDK_0, 0x00A9,
+GDK_C, GDK_less, 0x010C,
GDK_C, GDK_equal, 0x20AC,
GDK_C, GDK_E, 0x20A0,
+GDK_C, GDK_O, 0x00A9,
+GDK_C, GDK_o, 0x00A9,
GDK_C, GDK_r, 0x20A2,
+GDK_C, GDK_bar, 0x00A2,
+GDK_D, GDK_minus, 0x0110,
+GDK_D, GDK_period, 0x1E0A,
+GDK_D, GDK_less, 0x010E,
GDK_D, GDK_H, 0x00D0,
+GDK_E, GDK_quotedbl, 0x00CB,
+GDK_E, GDK_apostrophe, 0x00C9,
+GDK_E, GDK_comma, 0x0118,
+GDK_E, GDK_minus, 0x0112,
+GDK_E, GDK_period, 0x0116,
+GDK_E, GDK_less, 0x011A,
GDK_E, GDK_equal, 0x20AC,
+GDK_E, GDK_greater, 0x00CA,
+GDK_E, GDK_asciicircum, 0x00CA,
+GDK_E, GDK_underscore, 0x0112,
+GDK_E, GDK_grave, 0x00C8,
+GDK_E, GDK_diaeresis, 0x00CB,
+GDK_E, GDK_acute, 0x00C9,
+GDK_F, GDK_period, 0x1E1E,
GDK_F, GDK_r, 0x20A3,
+GDK_G, GDK_parenleft, 0x011E,
+GDK_G, GDK_comma, 0x0122,
+GDK_G, GDK_period, 0x0120,
+GDK_G, GDK_U, 0x011E,
+GDK_G, GDK_breve, 0x011E,
+GDK_I, GDK_quotedbl, 0x00CF,
+GDK_I, GDK_apostrophe, 0x00CD,
+GDK_I, GDK_comma, 0x012E,
+GDK_I, GDK_minus, 0x012A,
+GDK_I, GDK_period, 0x0130,
+GDK_I, GDK_greater, 0x00CE,
+GDK_I, GDK_asciicircum, 0x00CE,
+GDK_I, GDK_underscore, 0x012A,
+GDK_I, GDK_grave, 0x00CC,
+GDK_I, GDK_asciitilde, 0x0128,
+GDK_I, GDK_diaeresis, 0x00CF,
+GDK_I, GDK_acute, 0x00CD,
+GDK_K, GDK_comma, 0x0136,
+GDK_L, GDK_apostrophe, 0x0139,
+GDK_L, GDK_comma, 0x013B,
GDK_L, GDK_minus, 0x00A3,
-GDK_L, GDK_equal, 0x20A4,
+GDK_L, GDK_slash, 0x0141,
+GDK_L, GDK_less, 0x013D,
+GDK_L, GDK_equal, 0x00A3,
GDK_L, GDK_V, 0x007C,
+GDK_M, GDK_period, 0x1E40,
+GDK_N, GDK_apostrophe, 0x0143,
+GDK_N, GDK_comma, 0x0145,
+GDK_N, GDK_minus, 0x00D1,
+GDK_N, GDK_less, 0x0147,
GDK_N, GDK_equal, 0x20A6,
GDK_N, GDK_G, 0x014A,
GDK_N, GDK_O, 0x2116,
GDK_N, GDK_o, 0x2116,
+GDK_N, GDK_asciitilde, 0x00D1,
+GDK_O, GDK_quotedbl, 0x00D6,
+GDK_O, GDK_apostrophe, 0x00D3,
+GDK_O, GDK_minus, 0x00D5,
+GDK_O, GDK_slash, 0x00D8,
+GDK_O, GDK_greater, 0x00D4,
GDK_O, GDK_C, 0x00A9,
GDK_O, GDK_E, 0x0152,
GDK_O, GDK_R, 0x00AE,
+GDK_O, GDK_S, 0x00A7,
+GDK_O, GDK_X, 0x00A4,
+GDK_O, GDK_asciicircum, 0x00D4,
+GDK_O, GDK_underscore, 0x00BA,
+GDK_O, GDK_grave, 0x00D2,
GDK_O, GDK_c, 0x00A9,
GDK_O, GDK_r, 0x00AE,
+GDK_O, GDK_x, 0x00A4,
+GDK_O, GDK_asciitilde, 0x00D5,
+GDK_O, GDK_diaeresis, 0x00D6,
+GDK_O, GDK_acute, 0x00D3,
GDK_P, GDK_exclam, 0x00B6,
+GDK_P, GDK_period, 0x1E56,
GDK_P, GDK_P, 0x00B6,
GDK_P, GDK_t, 0x20A7,
+GDK_R, GDK_apostrophe, 0x0154,
+GDK_R, GDK_comma, 0x0156,
+GDK_R, GDK_less, 0x0158,
+GDK_R, GDK_O, 0x00AE,
GDK_R, GDK_s, 0x20A8,
+GDK_S, GDK_exclam, 0x00A7,
+GDK_S, GDK_apostrophe, 0x015A,
+GDK_S, GDK_comma, 0x015E,
+GDK_S, GDK_period, 0x1E60,
+GDK_S, GDK_0, 0x00A7,
+GDK_S, GDK_1, 0x00B9,
+GDK_S, GDK_2, 0x00B2,
+GDK_S, GDK_3, 0x00B3,
+GDK_S, GDK_less, 0x0160,
GDK_S, GDK_M, 0x2120,
+GDK_S, GDK_O, 0x00A7,
GDK_S, GDK_m, 0x2120,
+GDK_S, GDK_cedilla, 0x015E,
+GDK_T, GDK_minus, 0x0166,
+GDK_T, GDK_period, 0x1E6A,
+GDK_T, GDK_slash, 0x0166,
+GDK_T, GDK_less, 0x0164,
GDK_T, GDK_H, 0x00DE,
GDK_T, GDK_M, 0x2122,
GDK_T, GDK_m, 0x2122,
+GDK_U, GDK_quotedbl, 0x00DC,
+GDK_U, GDK_apostrophe, 0x00DA,
+GDK_U, GDK_asterisk, 0x016E,
+GDK_U, GDK_comma, 0x0172,
+GDK_U, GDK_minus, 0x016A,
+GDK_U, GDK_slash, 0x00B5,
+GDK_U, GDK_greater, 0x00DB,
GDK_U, GDK_A, 0x0102,
GDK_U, GDK_E, 0x0114,
GDK_U, GDK_G, 0x011E,
GDK_U, GDK_I, 0x012C,
GDK_U, GDK_O, 0x014E,
GDK_U, GDK_U, 0x016C,
+GDK_U, GDK_asciicircum, 0x00DB,
+GDK_U, GDK_underscore, 0x016A,
+GDK_U, GDK_grave, 0x00D9,
GDK_U, GDK_a, 0x0103,
GDK_U, GDK_e, 0x0115,
GDK_U, GDK_g, 0x011F,
GDK_U, GDK_i, 0x012D,
GDK_U, GDK_o, 0x014F,
GDK_U, GDK_u, 0x016D,
+GDK_U, GDK_asciitilde, 0x0168,
+GDK_U, GDK_diaeresis, 0x00DC,
+GDK_U, GDK_acute, 0x00DA,
GDK_U, 0x0228, 0x1E1C,
GDK_U, 0x0229, 0x1E1D,
GDK_U, GDK_Cyrillic_a, 0x04D1,
@@ -1290,13 +1941,28 @@
GDK_U, 0x1EA1, 0x1EB7,
GDK_V, GDK_L, 0x007C,
GDK_W, GDK_equal, 0x20A9,
+GDK_W, GDK_asciicircum, 0x0174,
+GDK_X, GDK_0, 0x00A4,
+GDK_X, GDK_O, 0x00A4,
+GDK_X, GDK_o, 0x00A4,
+GDK_Y, GDK_quotedbl, 0x0178,
+GDK_Y, GDK_apostrophe, 0x00DD,
+GDK_Y, GDK_minus, 0x00A5,
GDK_Y, GDK_equal, 0x00A5,
+GDK_Y, GDK_asciicircum, 0x0176,
+GDK_Y, GDK_diaeresis, 0x0178,
+GDK_Y, GDK_acute, 0x00DD,
+GDK_Z, GDK_apostrophe, 0x0179,
+GDK_Z, GDK_period, 0x017B,
+GDK_Z, GDK_less, 0x017D,
GDK_asciicircum, GDK_space, 0x005E,
GDK_asciicircum, GDK_parenleft, 0x207D,
GDK_asciicircum, GDK_parenright, 0x207E,
GDK_asciicircum, GDK_plus, 0x207A,
+GDK_asciicircum, GDK_minus, 0x00AF,
+GDK_asciicircum, GDK_period, 0x00B7,
GDK_asciicircum, GDK_slash, 0x007C,
-GDK_asciicircum, GDK_0, 0x2070,
+GDK_asciicircum, GDK_0, 0x00B0,
GDK_asciicircum, GDK_1, 0x00B9,
GDK_asciicircum, GDK_2, 0x00B2,
GDK_asciicircum, GDK_3, 0x00B3,
@@ -1320,6 +1986,7 @@
GDK_asciicircum, GDK_W, 0x0174,
GDK_asciicircum, GDK_Y, 0x0176,
GDK_asciicircum, GDK_Z, 0x1E90,
+GDK_asciicircum, GDK_underscore, 0x00AF,
GDK_asciicircum, GDK_a, 0x00E2,
GDK_asciicircum, GDK_c, 0x0109,
GDK_asciicircum, GDK_e, 0x00EA,
@@ -1381,18 +2048,20 @@
GDK_underscore, GDK_8, 0x2088,
GDK_underscore, GDK_9, 0x2089,
GDK_underscore, GDK_equal, 0x208C,
-GDK_underscore, GDK_A, 0x0100,
+GDK_underscore, GDK_A, 0x00AA,
GDK_underscore, GDK_E, 0x0112,
GDK_underscore, GDK_G, 0x1E20,
GDK_underscore, GDK_I, 0x012A,
-GDK_underscore, GDK_O, 0x014C,
+GDK_underscore, GDK_O, 0x00BA,
GDK_underscore, GDK_U, 0x016A,
GDK_underscore, GDK_Y, 0x0232,
-GDK_underscore, GDK_a, 0x0101,
+GDK_underscore, GDK_asciicircum, 0x00AF,
+GDK_underscore, GDK_underscore, 0x00AF,
+GDK_underscore, GDK_a, 0x00AA,
GDK_underscore, GDK_e, 0x0113,
GDK_underscore, GDK_g, 0x1E21,
GDK_underscore, GDK_i, 0x012B,
-GDK_underscore, GDK_o, 0x014D,
+GDK_underscore, GDK_o, 0x00BA,
GDK_underscore, GDK_u, 0x016B,
GDK_underscore, GDK_y, 0x0233,
GDK_underscore, GDK_Adiaeresis, 0x01DE,
@@ -1521,7 +2190,22 @@
GDK_grave, 0x1F61, 0x1F63,
GDK_grave, 0x1F68, 0x1F6A,
GDK_grave, 0x1F69, 0x1F6B,
+GDK_a, GDK_quotedbl, 0x00E4,
+GDK_a, GDK_apostrophe, 0x00E1,
+GDK_a, GDK_parenleft, 0x0103,
+GDK_a, GDK_asterisk, 0x00E5,
+GDK_a, GDK_comma, 0x0105,
+GDK_a, GDK_minus, 0x00E3,
+GDK_a, GDK_greater, 0x00E2,
+GDK_a, GDK_asciicircum, 0x00E2,
+GDK_a, GDK_underscore, 0x00AA,
+GDK_a, GDK_grave, 0x00E0,
+GDK_a, GDK_a, 0x00E5,
GDK_a, GDK_e, 0x00E6,
+GDK_a, GDK_asciitilde, 0x00E3,
+GDK_a, GDK_diaeresis, 0x00E4,
+GDK_a, GDK_acute, 0x00E1,
+GDK_b, GDK_period, 0x1E03,
GDK_b, GDK_A, 0x0102,
GDK_b, GDK_E, 0x0114,
GDK_b, GDK_G, 0x011E,
@@ -1554,7 +2238,12 @@
GDK_b, GDK_Greek_upsilon, 0x1FE0,
GDK_b, 0x1EA0, 0x1EB6,
GDK_b, 0x1EA1, 0x1EB7,
+GDK_c, GDK_apostrophe, 0x0107,
+GDK_c, GDK_comma, 0x00E7,
+GDK_c, GDK_period, 0x010B,
GDK_c, GDK_slash, 0x00A2,
+GDK_c, GDK_0, 0x00A9,
+GDK_c, GDK_less, 0x010D,
GDK_c, GDK_equal, 0x20AC,
GDK_c, GDK_A, 0x01CD,
GDK_c, GDK_C, 0x010C,
@@ -1566,7 +2255,7 @@
GDK_c, GDK_K, 0x01E8,
GDK_c, GDK_L, 0x013D,
GDK_c, GDK_N, 0x0147,
-GDK_c, GDK_O, 0x01D1,
+GDK_c, GDK_O, 0x00A9,
GDK_c, GDK_R, 0x0158,
GDK_c, GDK_S, 0x0160,
GDK_c, GDK_T, 0x0164,
@@ -1583,7 +2272,7 @@
GDK_c, GDK_k, 0x01E9,
GDK_c, GDK_l, 0x013E,
GDK_c, GDK_n, 0x0148,
-GDK_c, GDK_o, 0x01D2,
+GDK_c, GDK_o, 0x00A9,
GDK_c, GDK_r, 0x0159,
GDK_c, GDK_s, 0x0161,
GDK_c, GDK_t, 0x0165,
@@ -1594,22 +2283,75 @@
GDK_c, GDK_udiaeresis, 0x01DA,
GDK_c, 0x01B7, 0x01EE,
GDK_c, 0x0292, 0x01EF,
-GDK_d, GDK_minus, 0x20AB,
+GDK_d, GDK_minus, 0x0111,
+GDK_d, GDK_period, 0x1E0B,
+GDK_d, GDK_less, 0x010F,
GDK_d, GDK_h, 0x00F0,
+GDK_e, GDK_quotedbl, 0x00EB,
+GDK_e, GDK_apostrophe, 0x00E9,
+GDK_e, GDK_comma, 0x0119,
+GDK_e, GDK_minus, 0x0113,
+GDK_e, GDK_period, 0x0117,
+GDK_e, GDK_less, 0x011B,
GDK_e, GDK_equal, 0x20AC,
+GDK_e, GDK_greater, 0x00EA,
+GDK_e, GDK_asciicircum, 0x00EA,
+GDK_e, GDK_underscore, 0x0113,
+GDK_e, GDK_grave, 0x00E8,
GDK_e, GDK_e, 0x0259,
+GDK_e, GDK_diaeresis, 0x00EB,
+GDK_e, GDK_acute, 0x00E9,
+GDK_f, GDK_period, 0x1E1F,
GDK_f, GDK_S, 0x017F,
GDK_f, GDK_s, 0x017F,
+GDK_g, GDK_parenleft, 0x011F,
+GDK_g, GDK_comma, 0x0123,
+GDK_g, GDK_period, 0x0121,
+GDK_g, GDK_U, 0x011F,
+GDK_g, GDK_breve, 0x011F,
+GDK_i, GDK_quotedbl, 0x00EF,
+GDK_i, GDK_apostrophe, 0x00ED,
+GDK_i, GDK_comma, 0x012F,
+GDK_i, GDK_minus, 0x012B,
GDK_i, GDK_period, 0x0131,
+GDK_i, GDK_greater, 0x00EE,
+GDK_i, GDK_asciicircum, 0x00EE,
+GDK_i, GDK_underscore, 0x012B,
+GDK_i, GDK_grave, 0x00EC,
+GDK_i, GDK_asciitilde, 0x0129,
+GDK_i, GDK_diaeresis, 0x00EF,
+GDK_i, GDK_acute, 0x00ED,
+GDK_k, GDK_comma, 0x0137,
GDK_k, GDK_k, 0x0138,
+GDK_l, GDK_apostrophe, 0x013A,
+GDK_l, GDK_comma, 0x013C,
+GDK_l, GDK_minus, 0x00A3,
+GDK_l, GDK_slash, 0x0142,
+GDK_l, GDK_less, 0x013E,
+GDK_l, GDK_equal, 0x00A3,
GDK_l, GDK_v, 0x007C,
+GDK_m, GDK_period, 0x1E41,
GDK_m, GDK_slash, 0x20A5,
GDK_m, GDK_u, 0x00B5,
+GDK_n, GDK_apostrophe, 0x0144,
+GDK_n, GDK_comma, 0x0146,
+GDK_n, GDK_minus, 0x00F1,
+GDK_n, GDK_less, 0x0148,
GDK_n, GDK_g, 0x014B,
+GDK_n, GDK_asciitilde, 0x00F1,
+GDK_o, GDK_quotedbl, 0x00F6,
+GDK_o, GDK_apostrophe, 0x00F3,
+GDK_o, GDK_minus, 0x00F5,
+GDK_o, GDK_slash, 0x00F8,
+GDK_o, GDK_greater, 0x00F4,
GDK_o, GDK_A, 0x00C5,
GDK_o, GDK_C, 0x00A9,
GDK_o, GDK_R, 0x00AE,
GDK_o, GDK_U, 0x016E,
+GDK_o, GDK_X, 0x00A4,
+GDK_o, GDK_asciicircum, 0x00F4,
+GDK_o, GDK_underscore, 0x00BA,
+GDK_o, GDK_grave, 0x00F2,
GDK_o, GDK_a, 0x00E5,
GDK_o, GDK_c, 0x00A9,
GDK_o, GDK_e, 0x0153,
@@ -1620,18 +2362,68 @@
GDK_o, GDK_w, 0x1E98,
GDK_o, GDK_x, 0x00A4,
GDK_o, GDK_y, 0x1E99,
+GDK_o, GDK_asciitilde, 0x00F5,
+GDK_o, GDK_diaeresis, 0x00F6,
+GDK_o, GDK_acute, 0x00F3,
GDK_p, GDK_exclam, 0x00B6,
+GDK_p, GDK_period, 0x1E57,
+GDK_r, GDK_apostrophe, 0x0155,
+GDK_r, GDK_comma, 0x0157,
+GDK_r, GDK_less, 0x0159,
+GDK_s, GDK_exclam, 0x00A7,
+GDK_s, GDK_apostrophe, 0x015B,
+GDK_s, GDK_comma, 0x015F,
+GDK_s, GDK_period, 0x1E61,
+GDK_s, GDK_0, 0x00A7,
+GDK_s, GDK_1, 0x00B9,
+GDK_s, GDK_2, 0x00B2,
+GDK_s, GDK_3, 0x00B3,
+GDK_s, GDK_less, 0x0161,
GDK_s, GDK_M, 0x2120,
GDK_s, GDK_m, 0x2120,
GDK_s, GDK_o, 0x00A7,
GDK_s, GDK_s, 0x00DF,
+GDK_s, GDK_cedilla, 0x015F,
+GDK_t, GDK_minus, 0x0167,
+GDK_t, GDK_period, 0x1E6B,
+GDK_t, GDK_slash, 0x0167,
+GDK_t, GDK_less, 0x0165,
GDK_t, GDK_M, 0x2122,
GDK_t, GDK_h, 0x00FE,
GDK_t, GDK_m, 0x2122,
+GDK_u, GDK_quotedbl, 0x00FC,
+GDK_u, GDK_apostrophe, 0x00FA,
+GDK_u, GDK_asterisk, 0x016F,
+GDK_u, GDK_comma, 0x0173,
+GDK_u, GDK_minus, 0x016B,
+GDK_u, GDK_slash, 0x00B5,
+GDK_u, GDK_greater, 0x00FB,
+GDK_u, GDK_asciicircum, 0x00FB,
+GDK_u, GDK_underscore, 0x016B,
+GDK_u, GDK_grave, 0x00F9,
GDK_u, GDK_u, 0x016D,
+GDK_u, GDK_asciitilde, 0x0169,
+GDK_u, GDK_diaeresis, 0x00FC,
+GDK_u, GDK_acute, 0x00FA,
+GDK_v, GDK_Z, 0x017D,
GDK_v, GDK_l, 0x007C,
+GDK_v, GDK_z, 0x017E,
+GDK_w, GDK_asciicircum, 0x0175,
+GDK_x, GDK_0, 0x00A4,
+GDK_x, GDK_O, 0x00A4,
GDK_x, GDK_o, 0x00A4,
GDK_x, GDK_x, 0x00D7,
+GDK_y, GDK_quotedbl, 0x00FF,
+GDK_y, GDK_apostrophe, 0x00FD,
+GDK_y, GDK_minus, 0x00A5,
+GDK_y, GDK_equal, 0x00A5,
+GDK_y, GDK_asciicircum, 0x0177,
+GDK_y, GDK_diaeresis, 0x00FF,
+GDK_y, GDK_acute, 0x00FD,
+GDK_z, GDK_apostrophe, 0x017A,
+GDK_z, GDK_period, 0x017C,
+GDK_z, GDK_less, 0x017E,
+GDK_bar, GDK_C, 0x00A2,
GDK_bar, GDK_c, 0x00A2,
GDK_asciitilde, GDK_space, 0x007E,
GDK_asciitilde, GDK_A, 0x00C3,
@@ -1689,7 +2481,19 @@
GDK_asciitilde, 0x1F68, 0x1F6E,
GDK_asciitilde, 0x1F69, 0x1F6F,
GDK_diaeresis, GDK_apostrophe, 0x0385,
+GDK_diaeresis, GDK_A, 0x00C4,
+GDK_diaeresis, GDK_E, 0x00CB,
+GDK_diaeresis, GDK_I, 0x00CF,
+GDK_diaeresis, GDK_O, 0x00D6,
+GDK_diaeresis, GDK_U, 0x00DC,
+GDK_diaeresis, GDK_Y, 0x0178,
GDK_diaeresis, GDK_grave, 0x1FED,
+GDK_diaeresis, GDK_a, 0x00E4,
+GDK_diaeresis, GDK_e, 0x00EB,
+GDK_diaeresis, GDK_i, 0x00EF,
+GDK_diaeresis, GDK_o, 0x00F6,
+GDK_diaeresis, GDK_u, 0x00FC,
+GDK_diaeresis, GDK_y, 0x00FF,
GDK_diaeresis, GDK_asciitilde, 0x1FC1,
GDK_diaeresis, GDK_acute, 0x0385,
GDK_diaeresis, GDK_dead_grave, 0x1FED,
@@ -1874,6 +2678,8 @@
GDK_cedilla, GDK_r, 0x0157,
GDK_cedilla, GDK_s, 0x015F,
GDK_cedilla, GDK_t, 0x0163,
+GDK_breve, GDK_G, 0x011E,
+GDK_breve, GDK_g, 0x011F,
0x05B4, GDK_hebrew_yod, 0xFB1D,
0x05B7, 0x05F2, 0xFB1F,
0x05B7, GDK_hebrew_aleph, 0xFB2E,
@@ -1921,6 +2727,20 @@
GDK_Cyrillic_EN, GDK_Cyrillic_o, 0x2116,
GDK_Cyrillic_EN, GDK_Cyrillic_O, 0x2116,
GDK_Cyrillic_ES, GDK_equal, 0x20AC,
+GDK_Greek_ALPHA, GDK_apostrophe, 0x0386,
+GDK_Greek_EPSILON, GDK_apostrophe, 0x0388,
+GDK_Greek_ETA, GDK_apostrophe, 0x0389,
+GDK_Greek_IOTA, GDK_quotedbl, 0x03AA,
+GDK_Greek_IOTA, GDK_apostrophe, 0x038A,
+GDK_Greek_OMICRON, GDK_apostrophe, 0x038C,
+GDK_Greek_UPSILON, GDK_quotedbl, 0x03AB,
+GDK_Greek_UPSILON, GDK_apostrophe, 0x038E,
+GDK_Greek_OMEGA, GDK_apostrophe, 0x038F,
+GDK_Greek_alpha, GDK_apostrophe, 0x03AC,
+GDK_Greek_epsilon, GDK_apostrophe, 0x03AD,
+GDK_Greek_eta, GDK_apostrophe, 0x03AE,
+GDK_Greek_iota, GDK_quotedbl, 0x03CA,
+GDK_Greek_iota, GDK_apostrophe, 0x03AF,
GDK_Greek_iota, GDK_Greek_alphaaccent, 0x1FB4,
GDK_Greek_iota, GDK_Greek_etaaccent, 0x1FC4,
GDK_Greek_iota, GDK_Greek_omegaaccent, 0x1FF4,
@@ -1984,6 +2804,10 @@
GDK_Greek_iota, 0x1FB6, 0x1FB7,
GDK_Greek_iota, 0x1FC6, 0x1FC7,
GDK_Greek_iota, 0x1FF6, 0x1FF7,
+GDK_Greek_omicron, GDK_apostrophe, 0x03CC,
+GDK_Greek_upsilon, GDK_quotedbl, 0x03CB,
+GDK_Greek_upsilon, GDK_apostrophe, 0x03CD,
+GDK_Greek_omega, GDK_apostrophe, 0x03CE,
GDK_lessthanequal, 0x0338, 0x2270,
GDK_greaterthanequal, 0x0338, 0x2271,
GDK_approximate, 0x0338, 0x2247,
@@ -2372,6 +3196,9 @@
GDK_exclam, GDK_dead_horn, GDK_U, 0x1EF0,
GDK_exclam, GDK_dead_horn, GDK_o, 0x1EE3,
GDK_exclam, GDK_dead_horn, GDK_u, 0x1EF1,
+GDK_quotedbl, GDK_apostrophe, GDK_space, 0x0385,
+GDK_quotedbl, GDK_apostrophe, GDK_Greek_iota, 0x0390,
+GDK_quotedbl, GDK_apostrophe, GDK_Greek_upsilon, 0x03B0,
GDK_quotedbl, GDK_underscore, GDK_U, 0x1E7A,
GDK_quotedbl, GDK_underscore, GDK_u, 0x1E7B,
GDK_quotedbl, GDK_asciitilde, GDK_O, 0x1E4E,
@@ -2382,6 +3209,7 @@
GDK_quotedbl, GDK_dead_tilde, GDK_o, 0x1E4F,
GDK_quotedbl, GDK_dead_macron, GDK_U, 0x1E7A,
GDK_quotedbl, GDK_dead_macron, GDK_u, 0x1E7B,
+GDK_apostrophe, GDK_quotedbl, GDK_space, 0x0385,
GDK_apostrophe, GDK_quotedbl, GDK_I, 0x1E2E,
GDK_apostrophe, GDK_quotedbl, GDK_U, 0x01D7,
GDK_apostrophe, GDK_quotedbl, GDK_i, 0x1E2F,
@@ -2685,6 +3513,7 @@
GDK_parenleft, GDK_KP_7, GDK_parenright, 0x2466,
GDK_parenleft, GDK_KP_8, GDK_parenright, 0x2467,
GDK_parenleft, GDK_KP_9, GDK_parenright, 0x2468,
+GDK_minus, GDK_minus, GDK_space, 0x00AD,
GDK_minus, GDK_minus, GDK_minus, 0x2014,
GDK_minus, GDK_minus, GDK_period, 0x2013,
GDK_period, GDK_exclam, GDK_S, 0x1E68,
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the
modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development mailing list. Email svnmaster gnome
org if interested.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]