Exclude syllables of the pattern ".*CN".
authorntakahas <ntakahas>
Fri, 17 Aug 2007 05:34:47 +0000 (05:34 +0000)
committerntakahas <ntakahas>
Fri, 17 Aug 2007 05:34:47 +0000 (05:34 +0000)
FLT/GURU-OTF.flt

index f31a6de..b52c86f 100644 (file)
@@ -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.