aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")