From a91c58bf98258a34e5f7c1ad39a38db58fadc4b9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 1 Aug 2011 16:30:11 -0400 Subject: [PATCH] [Indic] Disable CJCT-disabling logic Read comment. --- src/hb-ot-shape-complex-indic.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 8800d2fd8..fceb07656 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -597,7 +597,12 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t do { j--; - info[j].mask &= !mask_array[CJCT]; + /* Reading the Unicode and OpenType specs, I think the following line + * is correct, but this is not what the test suite expects currently. + * The test suite has been drinking, not me... But disable while + * investigating. + */ + //info[j].mask &= !mask_array[CJCT]; if (non_joiner) info[j].mask &= !mask_array[HALF];