From 862e9b69e508bda2cf78d04d36b33bab15dd1d7c Mon Sep 17 00:00:00 2001 From: ntakahas Date: Thu, 12 Jul 2007 12:27:57 +0000 Subject: [PATCH] Avoid taking ZWNJ as a consonant. --- FLT/KNDA-OTF.flt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FLT/KNDA-OTF.flt b/FLT/KNDA-OTF.flt index 2eab1e8..4b9d46d 100644 --- a/FLT/KNDA-OTF.flt +++ b/FLT/KNDA-OTF.flt @@ -124,7 +124,7 @@ (0 (cond ;; 1 2 34 5 6 7 8 - (" (RH)?(.)((H.)*)(u|b)?(p)?(l)?(a)? " + (" (RH)?([^N])((H[^N])*)(u|b)?(p)?(l)?(a)? " | (2 =) (5 =) (6 =) (3 move-h) (7 =) (1 otf:knda=rphf+) (8 =) |) ;; A syllable ending with a halant. @@ -135,7 +135,7 @@ ;; No reph movement if preceded by a ZWJ. ;; 1 23 4 5 6 - (" J(.)((H.)*)(u|b)?(p)?(l?a?) " + (" J(.)((H[^N])*)(u|b)?(p)?(l?a?) " | (1 =) (4 =) (5 =) (2 move-h) (6 = *) |) ;; 1 23 -- 1.7.10.4