From b7115b63be72e109b51f538ba581aed1017b2d55 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 28 Oct 2012 20:11:42 -0700 Subject: [PATCH] Add XXX --- src/hb-icu-le.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-icu-le.cc b/src/hb-icu-le.cc index 41143feb2..8fc22a146 100644 --- a/src/hb-icu-le.cc +++ b/src/hb-icu-le.cc @@ -138,6 +138,7 @@ retry: ALLOCATE_ARRAY (LEUnicode, chars, buffer->len); ALLOCATE_ARRAY (unsigned int, clusters, buffer->len); + /* XXX Use UTF-16 decoder! */ for (unsigned int i = 0; i < buffer->len; i++) { chars[i] = buffer->info[i].codepoint; clusters[i] = buffer->info[i].cluster;