aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2003-02-10 04:01:56 +0000
committerKenichi Handa <[email protected]>2003-02-10 04:01:56 +0000
commitb057ab619d4f7bcd880ee313697f845be22715cf (patch)
tree9d3d89ac67e341c25efcc3848e848f46de5eb922 /lisp/language
parentea7038228bfde2707880dae062e3a1595c427195 (diff)
(indian-itrans-v5-table): Add entries for "E" and "O".
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/ind-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el
index dfd092dd00..3797171328 100644
--- a/lisp/language/ind-util.el
+++ b/lisp/language/ind-util.el
@@ -98,8 +98,8 @@
'(;; for encode/decode
(;; vowels -- 18
"a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U")
- ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") nil "e" "ai"
- "o.c" nil "o" "au" ("RRI" "R^I") ("LLI" "L^I"))
+ ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai"
+ "o.c" "O" "o" "au" ("RRI" "R^I") ("LLI" "L^I"))
(;; consonants -- 40
"k" "kh" "g" "gh" ("~N" "N^")
"ch" ("Ch" "chh") "j" "jh" ("~n" "JN")