From e81e375539b95753e34cde3d9d5188d48aa1922f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Jan 2022 22:14:30 +0200 Subject: [PATCH] ; Yet another minor fix of Malayalam composition rules. --- lisp/language/indian.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 8e2ac8a713a..e0adb0de6c3 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -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 -- 2.39.2