From decf6ffca475fe01ff3151b7641f629f031137d2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 20 Jul 2012 13:51:31 -0400 Subject: [PATCH] [Indic] Minor! --- src/hb-ot-shape-complex-indic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index e771e57..7979e24 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -1108,7 +1108,7 @@ final_reordering_syllable (hb_buffer_t *buffer, * Finish off the clusters and go home! */ - if (!indic_options ().uniscribe_bug_compatible) + if (indic_options ().uniscribe_bug_compatible) { /* This is what Uniscribe does. Ie. add cluster boundaries after Halant,ZWNJ. * This means, half forms are submerged into the main consonants cluster. -- 2.7.4