src/hb-ot-shape-complex-use-machine.rl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6dbf6e77cae30772ffa110c651cb4287ab3b0dc
Author: punchcutter <[email protected]>
Date:   Wed Jan 31 14:09:04 2018 -0800

    Allow optional ZWJ in virama terminated cluster

diff --git a/src/hb-ot-shape-complex-use-machine.rl 
b/src/hb-ot-shape-complex-use-machine.rl
index 89b77639..11fb4702 100644
--- a/src/hb-ot-shape-complex-use-machine.rl
+++ b/src/hb-ot-shape-complex-use-machine.rl
@@ -100,7 +100,7 @@ final_consonants = FAbv* FBlw* FPst* FM?;
 virama_terminated_cluster =
        (R|CS)? (B | GB) VS?
        consonant_modifiers
-       H
+       ZWJ?.H.ZWJ?
 ;
 standard_cluster =
        (R|CS)? (B | GB) VS?
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to