From f83e7a1250ea62d7a6cd7f6f596c68701baf03b9 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Fri, 25 Jun 2004 08:38:07 +0000 Subject: [PATCH] *** empty log message *** --- GUR-OTF.flt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GUR-OTF.flt b/GUR-OTF.flt index 5a7307e..20c1f4f 100644 --- a/GUR-OTF.flt +++ b/GUR-OTF.flt @@ -84,7 +84,7 @@ ;; A syllable without a vowel sign nor a vowel modifier. ("(([CRY]n?H)*[CRY]n?)(H)?" - < | (0 move-base-Halant) | >) + < | move-base-Halant | >) ;; A syllable starting with an independent vowel. ("V[Aa]?" @@ -94,20 +94,20 @@ *) ;; Move Halant on the base consonant to the tail. - ;; 0x0A7F indicates the postion for above- or below Matra. + ;; 0x0A7F indicates the position for above- or below Matra. (move-base-Halant (cond - ("(([CRY]n?H)*[CRY]n?)(H)(Y)" + ("(([CRY]n?H)*[CRY]n?)(H)(Y)$" (1 = *) 0x0A7F (4 =) (3 =)) - ("(([CRY]n?H)*[CRY]n?)(H)(R)" + ("(([CRY]n?H)*[CRY]n?)(H)(R)$" (1 = *) (4 =) (3 =) 0x0A7F) - ("([CRY]n?H)*[CRY]n?H" + ("([CRY]n?H)*[CRY]n?H$" = * 0x200C) (".*" = * 0x0A7F)))) -- 1.7.10.4