diff options
author | David Reitter <david.reitter@gmail.com> | 2008-09-02 01:59:19 +0000 |
---|---|---|
committer | David Reitter <david.reitter@gmail.com> | 2008-09-02 01:59:19 +0000 |
commit | c441e59c8b9542a0391876e6ada61fe82a0dcef5 (patch) | |
tree | 4e077138038c366191c09a21f08f08c2a6bb1859 /leim | |
parent | 46f4980344ec9c5be200b4b5be7a96d7fd96a6c2 (diff) | |
download | emacs-c441e59c8b9542a0391876e6ada61fe82a0dcef5.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.el | 11 |
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 |