[gtk+] Make Compose-vowel-minus combinations consistent



commit 25260f986754f3e157519525c7aa911719ffd02e
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 1 12:27:32 2009 -0500

    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.

 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 d222101..df0367b 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]