]> git.eshelyaron.com Git - emacs.git/commitdiff
Another addition to latin-2 input methods
authorCristian <crstml@libero.it>
Sun, 7 Nov 2021 01:03:12 +0000 (02:03 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Nov 2021 10:46:25 +0000 (12:46 +0200)
* 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

lisp/leim/quail/latin-post.el
lisp/leim/quail/latin-pre.el

index 78ae89609a879974375fc56aea4b57cd8e6ec9f8..0e1afba1a34b8d415ad36da04b125b25497cc82c 100644 (file)
@@ -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:" ?ű)
index 5f27b2699433ade17e2f864c5266599013908a5b..3492de5fbaeb146b5638f5ae0a4b59523f7dea01 100644 (file)
@@ -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" ?ż)
  ("``" ?Ş)
  ("`." ?˙)