From: ntakahas Date: Fri, 25 Jun 2004 08:38:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-1-0~91 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f83e7a1250ea62d7a6cd7f6f596c68701baf03b9;p=m17n%2Fm17n-db.git *** empty log message *** --- 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))))