diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-12-01 12:27:32 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-12-01 12:29:53 -0500 |
commit | 25260f986754f3e157519525c7aa911719ffd02e (patch) | |
tree | 91943c7aa9be4c2f496f545466accad929c839f7 /gtk/gtk-compose-lookaside.txt | |
parent | 394f698e4e216432a7fe4e4c17a9adc0517e8ecb (diff) | |
download | gtk+-25260f986754f3e157519525c7aa911719ffd02e.tar.gz |
Make Compose-vowel-minus combinations consistent
Change <Multi_key>a- and <Multi_key>o- to produce āō to be consistent
with eiu. See RH bug 510741.
Diffstat (limited to 'gtk/gtk-compose-lookaside.txt')
-rw-r--r-- | gtk/gtk-compose-lookaside.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtk-compose-lookaside.txt b/gtk/gtk-compose-lookaside.txt index d222101a23..df0367b407 100644 --- a/gtk/gtk-compose-lookaside.txt +++ b/gtk/gtk-compose-lookaside.txt @@ -186,8 +186,8 @@ <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> <minus> <a> : "ā" U0101 +<Multi_key> <a> <minus> : "ā" U0101 <Multi_key> <a> <asciitilde> : "ã" U00E3 <Multi_key> <a> <quotedbl> : "ä" U00E4 <Multi_key> <a> <diaeresis> : "ä" U00E4 @@ -223,8 +223,8 @@ <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> <minus> <o> : "ō" U014D +<Multi_key> <o> <minus> : "ō" U014D <Multi_key> <o> <asciitilde> : "õ" U00F5 <Multi_key> <o> <quotedbl> : "ö" U00F6 <Multi_key> <o> <diaeresis> : "ö" U00F6 |