Add XXX
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 29 Oct 2012 03:11:42 +0000 (20:11 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 29 Oct 2012 03:11:42 +0000 (20:11 -0700)
src/hb-icu-le.cc

index 41143fe..8fc22a1 100644 (file)
@@ -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;