summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian <crstml@libero.it>2021-11-07 02:03:12 +0100
committerEli Zaretskii <eliz@gnu.org>2021-11-07 12:46:25 +0200
commit35ff4f800b148bb81ec223e76640b79279358f44 (patch)
tree303b97bf16032812479334be540300a86f19db26
parentd5bb053809bfe2f2605ada15a7ccd25d772b0102 (diff)
downloademacs-35ff4f800b148bb81ec223e76640b79279358f44.tar.gz
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
-rw-r--r--lisp/leim/quail/latin-post.el4
-rw-r--r--lisp/leim/quail/latin-pre.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/leim/quail/latin-post.el b/lisp/leim/quail/latin-post.el
index 78ae89609a8..0e1afba1a34 100644
--- a/lisp/leim/quail/latin-post.el
+++ b/lisp/leim/quail/latin-post.el
@@ -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:" ?ű)
diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el
index 5f27b269943..3492de5fbae 100644
--- a/lisp/leim/quail/latin-pre.el
+++ b/lisp/leim/quail/latin-pre.el
@@ -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" ?ż)
("``" ?Ş)
("`." ?˙)