summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8a001cc2..96bed86f 100644
--- a/TODO
+++ b/TODO
@@ -85,6 +85,11 @@ Fonts
General
=======
+* unicode_next_utf8() is extensively used on strings which are not
+ guaranteed to be NULL terminated. This is a BUG. Once I agree
+ with Tom Tromey on a change to libunicode to make the operation
+ more efficient, these need to be gone through one-by-one.
+
* Remove the extraneous font argument from the script_shape virtual function
in ShapeEngine.