Fix regular expressions: ".*" -> "[^ ]*".
authorntakahas <ntakahas>
Fri, 14 Sep 2007 07:05:05 +0000 (07:05 +0000)
committerntakahas <ntakahas>
Fri, 14 Sep 2007 07:05:05 +0000 (07:05 +0000)
FLT/DEVA-OTF.flt

index 43a9a1c..ab6faa6 100644 (file)
     | (1 =) (2 otf:deva=half+) (3 gsub) |)
 
    ;; Avoid applying 'blwf' and 'half' to the "RH" at the beginning;
-   (" (R)(.*)(H)N "
+   (" (R)([^ ]*)(H)N "
     | (1 =) (2 gsub) (3 =) |)
    (" (m?R)([^ ]*) "
     | (1 otf:deva=pres+) (2 gsub) |)