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:
parent
b9340aad79
commit
3409fe0362
3 changed files with 7 additions and 1 deletions
|
|
@ -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"])
|
||||
|
|
|
|||
|
|
@ -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" ?ü)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue