From 0a965eee880428a43ad7f9d1317c344666247dd7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 19 Sep 2011 16:53:47 -0400 Subject: [PATCH] Minor --- src/hb-ot-shape-complex-indic.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index f3bae9a8d..4ef19c011 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -643,6 +643,10 @@ found_non_indic (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t *mask_ar static void remove_joiners (hb_buffer_t *buffer) { + /* For now we remove joiners. However, Uniscbire seems to keep them + * and output a zero-width space glyph for them. It is not clear to + * me how that is supposed to interact with GSUB. */ + buffer->clear_output (); unsigned int count = buffer->len; for (buffer->idx = 0; buffer->idx < count;)