aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/devan-util.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/lisp/language/devan-util.el b/lisp/language/devan-util.el
index b1de8933962..cd5a978e881 100644
--- a/lisp/language/devan-util.el
+++ b/lisp/language/devan-util.el
@@ -215,16 +215,17 @@ of '$(5!*!&!'(B' and nukta sign.")
215;; 215;;
216 216
217(defconst devanagari-digit-viram-visarga 217(defconst devanagari-digit-viram-visarga
218 "[$(5!q(B-$(5!z!j!#(B]") 218 "[$(5!q(B-$(5!z!j!#(B]")
219
219(defconst devanagari-other-sign 220(defconst devanagari-other-sign
220 "\\([$(5!!!j(B]$(5!i(B\\)\\|\\([$(5#!#J(B]\\)") 221 "\\([$(5!!!j(B]$(5!i(B\\)\\|\\([$(5#!#J(B]\\)")
221 222
222(defconst devanagari-composite-glyph-unit 223(defconst devanagari-composite-glyph-unit
223 (concat "\\(" devanagari-cons-syllable 224 (concat "\\(" devanagari-cons-syllable
224 "\\)\\|\\(" devanagari-vowel-syllable 225 "\\)\\|\\(" devanagari-vowel-syllable
225 "\\)\\|\\(" devanagari-digit-viram-visarga
226 "\\)\\|\\(" devanagari-cons-vowel-syllable 226 "\\)\\|\\(" devanagari-cons-vowel-syllable
227 "\\)\\|\\(" devanagari-other-sign "\\)") 227 "\\)\\|\\(" devanagari-other-sign
228 "\\)\\|\\(" devanagari-digit-viram-visarga "\\)")
228 "Regexp matching to Devanagari string to be composed form one glyph.") 229 "Regexp matching to Devanagari string to be composed form one glyph.")
229 230
230;;(put-charset-property charset-devanagari-1-column 231;;(put-charset-property charset-devanagari-1-column
@@ -516,10 +517,10 @@ of '$(5!*!&!'(B' and nukta sign.")
516 ("\\($(5!j!i(B\\)" "$(5#J(B") 517 ("\\($(5!j!i(B\\)" "$(5#J(B")
517 518
518 ;; Special rule for "r + some vowels" 519 ;; Special rule for "r + some vowels"
520 ("\\($(5!O!_!i(B\\)" "$(5#*"p(B")
521 ("\\($(5!O![!i(B\\)" "$(5#&"p(B")
522 ("\\($(5!O!\!i(B\\)" "$(5#'"p(B")
519 ("\\($(5!O!_(B\\)" "$(5!*"p(B") 523 ("\\($(5!O!_(B\\)" "$(5!*"p(B")
520 ("\\($(5!O#L(B\\)" "$(5#&"p(B")
521 ("\\($(5!O#K(B\\)" "$(5#*"p(B")
522 ("\\($(5!O#M(B\\)" "$(5#'"p(B")
523 ;; If everything fails, "y" will connect to the front consonant. 524 ;; If everything fails, "y" will connect to the front consonant.
524 ("\\($(5!h!M(B\\)" "$(5"](B") 525 ("\\($(5!h!M(B\\)" "$(5"](B")
525 ) 526 )