From: handa Date: Fri, 14 Sep 2007 05:54:34 +0000 (+0000) Subject: Fix regular expressions: ".+" -> "[^ ]+". X-Git-Tag: REL-1-5-0~37 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9a4f2a36349045273cf9703ae444cd8586164a0f;p=m17n%2Fm17n-db.git Fix regular expressions: ".+" -> "[^ ]+". --- diff --git a/FLT/DEVA-OTF.flt b/FLT/DEVA-OTF.flt index b9ed5d6..43a9a1c 100644 --- a/FLT/DEVA-OTF.flt +++ b/FLT/DEVA-OTF.flt @@ -180,7 +180,7 @@ (0 (cond ;; Allow eyelash RA to appear at the beginning. - (" (RH)J(.+)(H)N " + (" (RH)J([^ ]+)(H)N " | (1 otf:deva=half+) (2 gsub) (3 =) |) (" (m)?(RH)J([^ ]*) " | (1 =) (2 otf:deva=half+) (3 gsub) |) @@ -191,7 +191,7 @@ (" (m?R)([^ ]*) " | (1 otf:deva=pres+) (2 gsub) |) - (" (.+)(H)N " + (" ([^ ]+)(H)N " | (1 gsub) (2 =) |) (" ([^ ]+) " | (1 gsub) |)