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;