From a7aed2258e963af73113c6b38a63ba16b10ceb41 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Tue, 20 Dec 2005 13:03:39 +0000 Subject: [PATCH] Stricter check in Step 4. --- ORYA-OTF.flt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ORYA-OTF.flt b/ORYA-OTF.flt index 69b9b81..26e3e20 100644 --- a/ORYA-OTF.flt +++ b/ORYA-OTF.flt @@ -253,7 +253,7 @@ | (1 otf:orya=haln+) |) - (" ([^x ]?x)([^x]*)(x[^ ]*) " + (" ([^x ]?x)([^x ]*)(x[^ ]*) " | (1 = *) (2 pres) @@ -285,14 +285,14 @@ (generator (0 (cond - (" (.)x(.+)(.)x(.*) " + (" ([^x ])x([^x ]+)([^x ])x([^x ]*) " | (2 = *) (1 =) (3 =) (4 = *) |) - (" (.)?x([^x ]*)x([^ ]*) " + (" ([^x ])?x([^x ]*)x([^ ]*) " | (1 =) (2 = *) -- 1.7.10.4