From: ntakahas Date: Mon, 6 Aug 2007 05:26:32 +0000 (+0000) Subject: Specify GPOS order explicitly. X-Git-Tag: REL-1-5-0~90 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cfc2d433882c5eb56af403109702441da4683e0a;p=m17n%2Fm17n-db.git Specify GPOS order explicitly. Change "otf:beng=+" to "=". --- diff --git a/FLT/BENG-OTF.flt b/FLT/BENG-OTF.flt index c587cde..f13c6f5 100644 --- a/FLT/BENG-OTF.flt +++ b/FLT/BENG-OTF.flt @@ -73,7 +73,7 @@ (0x200D ?J) ; ZWJ ) -;; Change consonant +;; Preprocessing (generator (0 (cond @@ -108,12 +108,12 @@ < | post | >) ;; A syllable with a pre-base vowel sign. - ;;1 2 3 4 5 6 7 8 9 + ;;1 2 3 4 5 6 7 8 9 ("(RH)?([CRBY]n?(HCn?)*(H[RB])?(J?HY)?)(m)(p)?(A)?(a)?" < | (6 =) (2 pre-below) (1 otf:beng=rphf+) (8 =) (2 post) (7 =) (9 =) | >) ;; A syllable with a non-pre-base vowel sign. - ;;1 2 3 4 5 6 78 9 10 11 + ;;1 2 3 4 5 6 78 9 10 11 ("(RH)?([CRBY]n?(HCn?)*(H[RB])?(J?HY)?)(N)?J?((b)|(p))(A)?(a)?" < | (6 =) (2 pre-below) (8 =) (1 otf:beng=rphf+) (10 =) (2 post) (9 =) (11 =) | >) @@ -205,11 +205,11 @@ (0 (cond (" N([^ ]+) " - (1 otf:beng=init,pres,abvs,psts,haln)) + (1 otf:beng=init,pres,abvs,psts,haln+abvm,blwm,dist)) (" ([^ ]+) " - (1 otf:beng=init,pres,abvs,blws,psts,haln)) + (1 otf:beng=init,pres,abvs,blws,psts,haln+abvm,blwm,dist)) ("." - [ otf:beng=+ ])) + [ = ])) *)) ;; Local Variables: