From 3f81c964506351e630b5ca6f4e891a7aba0edbe0 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Thu, 21 Jun 2007 12:59:08 +0000 Subject: [PATCH] Apply 'pres' again. --- FLT/DEVA-OTF.flt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/FLT/DEVA-OTF.flt b/FLT/DEVA-OTF.flt index 37da5b7..5453610 100644 --- a/FLT/DEVA-OTF.flt +++ b/FLT/DEVA-OTF.flt @@ -129,9 +129,9 @@ (1 =) 0x0900 (3 = *) (2 =)) (".+" = * 0x0900)))) -;; Language forms If a syllable ends with a halant and a ZWNJ, render -;; the final halant explicitly. Do not apply 'blwf' nor 'half' to the -;; initial RA. +;; If a syllable ends with a halant and a ZWNJ, render the final +;; halant explicitly. Do not apply 'blwf' nor 'half' to the initial +;; RA. (generator (0 (cond @@ -172,12 +172,13 @@ *)) ;; Apply other features. The 'vatu' feature is applied again to get -;; the conjunct of base and post-base. +;; the conjunct of base and post-base. The 'pres' feature is also +;; applied again for pre-base vowel modifier. (generator (0 (cond (" ([^ ]+) " - (1 otf:deva=vatu,abvs,blws,psts,haln)) + (1 otf:deva=vatu,pres,abvs,blws,psts,haln)) ("." [ otf:deva=+ ])) *)) -- 1.7.10.4