comparison leim/quail/latin-post.el @ 97942:5158a9326a1c

("german-postfix"): do not translate ue to \"u after a, e or q, because that would be extremely uncommon compared to aue, eue or que. The only exception is the prefix "ge", after which, according to corpus statistics, a \"u can be expected.
author David Reitter <david.reitter@gmail.com>
date Tue, 02 Sep 2008 01:59:19 +0000
parents 4f1fd208c354
children 0d2e4142fb60
comparison
equal deleted inserted replaced
97941:025233c942ce 97942:5158a9326a1c
1083 1083
1084 ae -> ä 1084 ae -> ä
1085 aee -> ae 1085 aee -> ae
1086 oe -> ö 1086 oe -> ö
1087 oee -> oe 1087 oee -> oe
1088 ue -> ü 1088 ue -> ü (not after a/e/q)
1089 uee -> ue 1089 uee -> ue
1090 sz -> ß 1090 sz -> ß
1091 szz -> sz 1091 szz -> sz
1092 " 1092 "
1093 nil t nil nil nil nil nil nil nil nil t) 1093 nil t nil nil nil nil nil nil nil nil t)
1106 ("OEE" ["OE"]) 1106 ("OEE" ["OE"])
1107 ("oee" ["oe"]) 1107 ("oee" ["oe"])
1108 ("UEE" ["UE"]) 1108 ("UEE" ["UE"])
1109 ("uee" ["ue"]) 1109 ("uee" ["ue"])
1110 ("szz" ["sz"]) 1110 ("szz" ["sz"])
1111 ) 1111 ("ge" ["ge"])
1112 ("eue" ["eue"])
1113 ("Eue" ["Eue"])
1114 ("aue" ["aue"])
1115 ("Aue" ["Aue"])
1116 ("que" ["que"])
1117 ("Que" ["Que"])
1118 )
1112 1119
1113 (quail-define-package 1120 (quail-define-package
1114 "icelandic-postfix" "Latin-1" "IS<" t 1121 "icelandic-postfix" "Latin-1" "IS<" t
1115 "Icelandic (Íslenska) input method with postfix modifiers 1122 "Icelandic (Íslenska) input method with postfix modifiers
1116 1123