; Yet another minor fix of Malayalam composition rules.
This commit is contained in:
parent
94f38cbec4
commit
e81e375539
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,8 @@ South Indian language Malayalam is supported in this language environment."))
|
|||
("X" . "[\u0D00-\u0D7F]")))) ; all coverage
|
||||
(indian-compose-regexp
|
||||
(concat
|
||||
;; any sequence of Malayalam characters, or
|
||||
"X+\\|"
|
||||
;; any sequence of 2 or more Malayalam characters, or
|
||||
"XX+\\|"
|
||||
;; consonant-based syllables, or
|
||||
"C\\(?:J?HJ?C\\)*\\(?:H[NJ]?\\|v?A?\\)\\|"
|
||||
;; syllables with an independent vowel, or
|
||||
|
|
Loading…
Add table
Reference in a new issue