*** empty log message ***
authorntakahas <ntakahas>
Fri, 25 Jun 2004 08:38:07 +0000 (08:38 +0000)
committerntakahas <ntakahas>
Fri, 25 Jun 2004 08:38:07 +0000 (08:38 +0000)
GUR-OTF.flt

index 5a7307e..20c1f4f 100644 (file)
@@ -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]?"
   *)
 
  ;; 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))))