From: ntakahas Date: Fri, 14 Sep 2007 07:04:46 +0000 (+0000) Subject: Fix regular expressions: ".+" -> "[^ ]+", ".*" -> "[^ ]*". X-Git-Tag: REL-1-5-0~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e8de9a483d3cf6bc0f588df18497aa173fff577c;p=m17n%2Fm17n-db.git Fix regular expressions: ".+" -> "[^ ]+", ".*" -> "[^ ]*". --- diff --git a/FLT/GUJR-OTF.flt b/FLT/GUJR-OTF.flt index f9d8e4c..c31a1d3 100644 --- a/FLT/GUJR-OTF.flt +++ b/FLT/GUJR-OTF.flt @@ -132,12 +132,12 @@ (generator (0 (cond - (" (R)(.*)(H)N " + (" (R)([^ ]*)(H)N " | (1 =) (2 gsub) (3 =) |) (" (m?R)([^ ]*) " | (1 otf:gujr=pres+) (2 gsub) |) - (" (.+)(H)N " + (" ([^ ]+)(H)N " | (1 gsub) (2 =) |) (" ([^ ]+) " | (1 gsub) |)