mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(indian-itrans-v5-table): Add entries for "E" and "O".
This commit is contained in:
parent
ea7038228b
commit
b057ab619d
@ -1,3 +1,8 @@
|
||||
2003-02-10 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
|
||||
|
||||
* language/ind-util.el (indian-itrans-v5-table): Add entries for
|
||||
"E" and "O".
|
||||
|
||||
2003-02-10 Martin Stjernholm <mast@lysator.liu.se>
|
||||
|
||||
* progmodes/cc-styles.el (c-set-offset): Don't find a default
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user