From: ntakahas Date: Mon, 6 Aug 2007 05:30:41 +0000 (+0000) Subject: Specify GPOS order explicitly. X-Git-Tag: REL-1-5-0~86 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bf79ac5e29644a738cbd5d991d3f003c84a8d699;p=m17n%2Fm17n-db.git Specify GPOS order explicitly. Change "otf:orya=+" to "=". --- 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: