[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Jan 31 22:16:38 UTC 2018


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

New commits:
commit c6dbf6e77cae30772ffa110c651cb4287ab3b0dc
Author: punchcutter <zarijoscha at gmail.com>
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?


More information about the HarfBuzz mailing list