From 8d4e8194fd8ffbe51d91c1d8e773576cc8c58629 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Fri, 17 Aug 2007 05:34:47 +0000 Subject: [PATCH] Exclude syllables of the pattern ".*CN". --- FLT/GURU-OTF.flt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FLT/GURU-OTF.flt b/FLT/GURU-OTF.flt index f31a6de..b52c86f 100644 --- a/FLT/GURU-OTF.flt +++ b/FLT/GURU-OTF.flt @@ -99,8 +99,8 @@ < | (1 pre-below) (1 post) (3 = *) | >) ;; Add a ZWNJ explicitly when a syllable ends with a halant. - ;;1 2 3 - ("([CRY]n?(H[CRY]n?)*)(H)?N?" + ;;1 2 3 + ("([CRY]n?(H[CRY]n?)*)(H|HN)?" < | (1 pre-below) (3 = 0x200C) (1 post) | >) ;; A syllable starting with an independent vowel. -- 1.7.10.4