aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorVisuwesh2022-07-06 10:03:59 +0530
committerEli Zaretskii2022-07-07 09:47:09 +0300
commitf703b64da0cb20dee42a47770f9d22ec335f29c2 (patch)
treea86a5e5e881657df339db4da258016bd11b075af /lisp/language
parent455495b2154844f9f0e7465c9f0ccfc864c0290b (diff)
downloademacs-f703b64da0cb20dee42a47770f9d22ec335f29c2.tar.gz
emacs-f703b64da0cb20dee42a47770f9d22ec335f29c2.zip
Make the Indian itrans methods more phonetic
The characters ऋ and ॠ are pronunced as ru in languages such as Marathi, Gujarati, Telugu, etc. so add new translation rules that reflects this sound. (bug#56414) * lisp/language/ind-util.el (indian-itrans-v5-table): Add new translation rules to make the input method more phonetic. (indian-tml-base-table, indian-tml-base-digits-table): Fix typo.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/ind-util.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el
index fa380dbde7f..27facaa858f 100644
--- a/lisp/language/ind-util.el
+++ b/lisp/language/ind-util.el
@@ -269,7 +269,7 @@
269 ?ய ?ர ?ற ?ல ?ள ?ழ ?வ ;; SEMIVOWELS 269 ?ய ?ர ?ற ?ல ?ள ?ழ ?வ ;; SEMIVOWELS
270 ?ஶ ?ஷ ?ஸ ?ஹ ;; SIBILANTS 270 ?ஶ ?ஷ ?ஸ ?ஹ ;; SIBILANTS
271 nil nil nil nil nil nil nil nil ;; NUKTAS 271 nil nil nil nil nil nil nil nil ;; NUKTAS
272 "ஜ்ஞ" "க்ஷ" "க்‌ஷ") 272 "ஜ்ஞ" "க்ஷ" "க்‌ஷ")
273 (;; Misc Symbols 273 (;; Misc Symbols
274 nil ?ஂ ?ஃ nil ?் ?ௐ nil) 274 nil ?ஂ ?ஃ nil ?் ?ௐ nil)
275 (;; Digits 275 (;; Digits
@@ -292,7 +292,7 @@
292 ?ய ?ர ?ற ?ல ?ள ?ழ ?வ ;; SEMIVOWELS 292 ?ய ?ர ?ற ?ல ?ள ?ழ ?வ ;; SEMIVOWELS
293 ?ஶ ?ஷ ?ஸ ?ஹ ;; SIBILANTS 293 ?ஶ ?ஷ ?ஸ ?ஹ ;; SIBILANTS
294 nil nil nil nil nil nil nil nil ;; NUKTAS 294 nil nil nil nil nil nil nil nil ;; NUKTAS
295 "ஜ்ஞ" "க்ஷ" "க்‌ஷ") 295 "ஜ்ஞ" "க்ஷ" "க்‌ஷ")
296 (;; Misc Symbols 296 (;; Misc Symbols
297 nil ?ஂ ?ஃ nil ?் ?ௐ nil) 297 nil ?ஂ ?ஃ nil ?் ?ௐ nil)
298 (;; Digits 298 (;; Digits
@@ -315,8 +315,8 @@
315 '(;; for encode/decode 315 '(;; for encode/decode
316 (;; vowels -- 18 316 (;; vowels -- 18
317 "a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U") 317 "a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U")
318 ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai" 318 ("RRi" "R^i" "RRu" "R^u") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai"
319 "o.c" "O" "o" "au" ("RRI" "R^I") ("LLI" "L^I")) 319 "o.c" "O" "o" "au" ("RRI" "R^I" "RRU" "R^U") ("LLI" "L^I"))
320 (;; consonants -- 40 320 (;; consonants -- 40
321 "k" "kh" "g" "gh" ("~N" "N^") 321 "k" "kh" "g" "gh" ("~N" "N^")
322 "ch" ("Ch" "chh") "j" "jh" ("~n" "JN") 322 "ch" ("Ch" "chh") "j" "jh" ("~n" "JN")