From 2441f31918f241e559fa6779a0bfc79640592204 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Thu, 13 Sep 2007 12:27:37 +0000 Subject: [PATCH] Render post-base vowel sign correctly after an independent vowel. --- FLT/BENG-OTF.flt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FLT/BENG-OTF.flt b/FLT/BENG-OTF.flt index ac87697..60807e0 100644 --- a/FLT/BENG-OTF.flt +++ b/FLT/BENG-OTF.flt @@ -125,9 +125,9 @@ < | (2 pre-below) (6 =) (1 otf:beng=rphf+) (2 post) | >) ;; A syllable starting with an independent vowel. - ;;1 2 3 - ("(V)(J?HYp)?(A?a?)" - < | (1 =) 0x0980 (2 0x09AF 0x09CD) (3 = *) | >) + ;;1 2 3 4 5 6 + ("(V)(J?(H)(Y)(p))?(A?a?)" + < | (1 =) 0x0980 (4 =) (3 =) (5 =) (6 = *) | >) ("." =)) *) -- 1.7.10.4