; Yet another minor fix of Malayalam composition rules.

This commit is contained in:
Eli Zaretskii 2022-01-29 22:14:30 +02:00
parent 94f38cbec4
commit e81e375539

View file

@ -354,8 +354,8 @@ South Indian language Malayalam is supported in this language environment."))
("X" . "[\u0D00-\u0D7F]")))) ; all coverage ("X" . "[\u0D00-\u0D7F]")))) ; all coverage
(indian-compose-regexp (indian-compose-regexp
(concat (concat
;; any sequence of Malayalam characters, or ;; any sequence of 2 or more Malayalam characters, or
"X+\\|" "XX+\\|"
;; consonant-based syllables, or ;; consonant-based syllables, or
"C\\(?:J?HJ?C\\)*\\(?:H[NJ]?\\|v?A?\\)\\|" "C\\(?:J?HJ?C\\)*\\(?:H[NJ]?\\|v?A?\\)\\|"
;; syllables with an independent vowel, or ;; syllables with an independent vowel, or