summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorDavid Reitter <david.reitter@gmail.com>2008-09-02 01:59:19 +0000
committerDavid Reitter <david.reitter@gmail.com>2008-09-02 01:59:19 +0000
commit39ee9316471fafe2ccfffbe0b5d39bd671fc891e (patch)
treea4d275dca17f1aa31cba11568687742d03b7c616 /leim
parent54f91c519a0744b2866c218f174d30684fee42d5 (diff)
downloademacs-39ee9316471fafe2ccfffbe0b5d39bd671fc891e.tar.gz
("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.
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/latin-post.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el
index 1131b57e870..c99ab454cfc 100644
--- a/leim/quail/latin-post.el
+++ b/leim/quail/latin-post.el
@@ -1085,7 +1085,7 @@ ae -> ä
aee -> ae
oe -> ö
oee -> oe
-ue -> ü
+ue -> ü (not after a/e/q)
uee -> ue
sz -> ß
szz -> sz
@@ -1108,7 +1108,14 @@ szz -> sz
("UEE" ["UE"])
("uee" ["ue"])
("szz" ["sz"])
- )
+ ("ge" ["ge"])
+ ("eue" ["eue"])
+ ("Eue" ["Eue"])
+ ("aue" ["aue"])
+ ("Aue" ["Aue"])
+ ("que" ["que"])
+ ("Que" ["Que"])
+)
(quail-define-package
"icelandic-postfix" "Latin-1" "IS<" t