From: ntakahas Date: Fri, 14 Sep 2007 07:05:05 +0000 (+0000) Subject: Fix regular expressions: ".*" -> "[^ ]*". X-Git-Tag: REL-1-5-0~33 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8a9585cfc7f039ddfa66a85b1f7014191b62c7c3;p=m17n%2Fm17n-db.git Fix regular expressions: ".*" -> "[^ ]*". --- diff --git a/FLT/DEVA-OTF.flt b/FLT/DEVA-OTF.flt index 43a9a1c..ab6faa6 100644 --- a/FLT/DEVA-OTF.flt +++ b/FLT/DEVA-OTF.flt @@ -186,7 +186,7 @@ | (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) |)