diff options
author | Kenichi Handa <handa@m17n.org> | 2010-03-16 16:04:46 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2010-03-16 16:04:46 +0900 |
commit | fade35ddda9f2491b64b1672ffe815e4573a7557 (patch) | |
tree | 8c3b00715810ab5fa105a2b347fd21745cd8801a | |
parent | fb608df3c662538c90a9a5ad0b3d13f39a3b395e (diff) | |
download | emacs-fade35ddda9f2491b64b1672ffe815e4573a7557.tar.gz |
language/indian.el (devanagari-composable-pattern): Add more consonants.
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/language/indian.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 314af821736..abacebd99cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-03-16 Kenichi Handa <handa@m17n.org> + + * language/indian.el (devanagari-composable-pattern): Add more + consonants. + 2010-03-14 Michael Albinus <michael.albinus@gmx.de> * net/trampver.el: Update release number. diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 8d315b30404..d8d7d1a6269 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -141,7 +141,7 @@ South Indian language Malayalam is supported in this language environment.")) (defconst devanagari-composable-pattern (let ((table '(("V" . "[\u0904-\u0914\u0960-\u0961\u0972]") ; independent vowel - ("C" . "[\u0915-\u0939]") ; consonant + ("C" . "[\u0915-\u0939\u0958-\u095F\u097B-\u097C\u097E-\u097F]") ; consonant ("R" . "\u0930") ; RA ("n" . "\u093C") ; NUKTA ("H" . "\u094D") ; HALANT |