1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Support Capital sharp S in German input methods

* lisp/leim/quail/latin-post.el ("german-postfix"):
* lisp/leim/quail/latin-pre.el ("german-prefix"): Add Capital
sharp S.  (Bug#30988)

* etc/NEWS: Mention the support of Capital sharp S.
This commit is contained in:
Eli Zaretskii 2018-03-29 19:45:13 +03:00
parent b9340aad79
commit 3409fe0362
3 changed files with 7 additions and 1 deletions

View file

@ -1103,6 +1103,7 @@ szz -> sz
("UE" )
("ue" )
("sz" )
("SZ" ?ẞ)
("AEE" ["AE"])
("aee" ["ae"])
@ -1111,6 +1112,7 @@ szz -> sz
("UEE" ["UE"])
("uee" ["ue"])
("szz" ["sz"])
("SZZ" ["SZ"])
("ge" ["ge"])
("eue" ["eue"])
("Eue" ["Eue"])

View file

@ -361,13 +361,14 @@ Key translation rules are:
"german-prefix" "German" "DE>" t
"German (Deutsch) input method with prefix modifiers
Key translation rules are:
\"A -> Ä -> \"O -> Ö \"U -> Ü \"s -> ß
\"A -> Ä -> \"O -> Ö \"S -> \"U -> Ü \"s -> ß
" nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
("\"A" )
("\"O" )
("\"U" )
("\"S" ?ẞ)
("\"a" )
("\"o" )
("\"u" )