Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b057ab61
Commit
b057ab61
authored
Feb 10, 2003
by
Kenichi Handa
Browse files
(indian-itrans-v5-table): Add entries for "E" and "O".
parent
ea703822
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/language/ind-util.el
lisp/language/ind-util.el
+2
-2
No files found.
lisp/ChangeLog
View file @
b057ab61
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
...
...
lisp/language/ind-util.el
View file @
b057ab61
...
...
@@ -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")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment