mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Another addition to latin-2 input methods
* lisp/leim/quail/latin-pre.el ("latin-2-prefix"):
* lisp/leim/quail/latin-post.el ("latin-2-postfix"): Add variants
of "`t" and "t," for Romanian. (Bug#51638)
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
d5bb053809
commit
35ff4f800b
2 changed files with 4 additions and 4 deletions
|
|
@ -256,7 +256,7 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\='
|
|||
("S'" ?Ś)
|
||||
("S," "ŞȘ") ; the second variant is for Romanian
|
||||
("S~" ?Š)
|
||||
("T," ?Ţ)
|
||||
("T," "ŢȚ") ; the second variant is for Romanian
|
||||
("T~" ?Ť)
|
||||
("U'" ?Ú)
|
||||
("U:" ?Ű)
|
||||
|
|
@ -297,7 +297,7 @@ Doubling the postfix separates the letter and postfix: e.g. a\\='\\=' -> a\\='
|
|||
("s," "şș") ; the second variant is for Romanian
|
||||
("s/" ?ß)
|
||||
("s~" ?š)
|
||||
("t," ?ţ)
|
||||
("t," "ţț") ; the second variant is for Romanian
|
||||
("t~" ?ť)
|
||||
("u'" ?ú)
|
||||
("u:" ?ű)
|
||||
|
|
|
|||
|
|
@ -541,14 +541,14 @@ Key translation rules are:
|
|||
("`E" ?Ę)
|
||||
("`L" ?Ł)
|
||||
("`S" "ŞȘ")
|
||||
("`T" ?Ţ)
|
||||
("`T" "ŢȚ") ; the second variant is for Romanian
|
||||
("`Z" ?Ż)
|
||||
("`a" ?ą)
|
||||
("`l" ?ł)
|
||||
("`c" ?ç)
|
||||
("`e" ?ę)
|
||||
("`s" "şș")
|
||||
("`t" ?ţ)
|
||||
("`t" "ţț") ; the second variant is for Romanian
|
||||
("`z" ?ż)
|
||||
("``" ?Ş)
|
||||
("`." ?˙)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue