From: Behdad Esfahbod Date: Tue, 7 Jun 2011 19:51:40 +0000 (-0400) Subject: Minor X-Git-Tag: 2.0_alpha~7^2~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63b177e45c2405272da3fa6c26fe11ae37950bd0;p=apps%2Fcore%2Fpreloaded%2Fvideo-player.git Minor --- diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 9df92a3..34f1570 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -207,6 +207,7 @@ hb_form_clusters (hb_ot_shape_context_t *c) { unsigned int count = c->buffer->len; for (unsigned int i = 1; i < count; i++) + /* TODO: Match other mark types too? */ if (c->buffer->info[i].general_category() == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) c->buffer->info[i].cluster = c->buffer->info[i - 1].cluster; }