From bf79ac5e29644a738cbd5d991d3f003c84a8d699 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Mon, 6 Aug 2007 05:30:41 +0000 Subject: [PATCH] Specify GPOS order explicitly. Change "otf:orya=+" to "=". --- FLT/ORYA-OTF.flt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FLT/ORYA-OTF.flt b/FLT/ORYA-OTF.flt index e4c53ab..a6a3a07 100644 --- a/FLT/ORYA-OTF.flt +++ b/FLT/ORYA-OTF.flt @@ -121,8 +121,8 @@ < | (1 =) (2 pre-below) (2 post) (4 =) | >) ;; Add a ZWNJ explicitly when a syllable ends with a halant. - ;;1 23 4 5 - ("(J)(([CRBY]n?H)*[CRBY]n?)(H)?(N)?" + ;;1 23 4 + ("(J)(([CRBY]n?H)*[CRBY]n?)(H)?N?" < | (1 =) (2 pre-below) (4 = 0x200C) (2 post) | >) ;; With a pre-base vowel sign, without a ZWJ. @@ -219,11 +219,11 @@ (0 (cond (" J([^ ]+) " - (1 otf:orya=pres,abvs,pstp,haln)) + (1 otf:orya=pres,abvs,pstp,haln+abvm,blwm,dist)) (" ([^ ]+) " - (1 otf:orya=vatu,pres,abvs,blws,pstp,haln)) + (1 otf:orya=vatu,pres,abvs,blws,pstp,haln+abvm,blwm,dist)) ("." - [ otf:orya=+ ])) + [ = ])) *)) ;; Local Variables: -- 1.7.10.4