From b2b9a1c4d04a042d23220e7f1a3e2ec54b304267 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Tue, 8 Jan 2008 12:10:57 +0000 Subject: [PATCH] Accept "U+0905 U+0945" as a valid sequence (mainly for Marathi). --- FLT/DEVA-OTF.flt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FLT/DEVA-OTF.flt b/FLT/DEVA-OTF.flt index 8b6bed7..908696c 100644 --- a/FLT/DEVA-OTF.flt +++ b/FLT/DEVA-OTF.flt @@ -97,6 +97,10 @@ ("[CR]n?(HJ?[CR]n?)*(H(N|J)?)?" < | (0 nomarks) | >) + ;; This combination is used in Marathi. + ((0x0905 0x0945) + < | = = | >) + ;; A syllable starting with an independent vowel. ;;1 2 3 4 5 ("(V)(A)?(a)?(S)?(s)?" -- 1.7.10.4