summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-03-30 21:52:12 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-03-30 21:52:12 +0000
commit5b5698e8ad4fa0f0f5da0286ab34b5ba1fa8ecae (patch)
treeaa6752a7320ad57aae6d7eb7a1ece9a0f1497572 /TODO
parent6f9c9b934021288f9b34430344790a2722dc614e (diff)
downloadpango-5b5698e8ad4fa0f0f5da0286ab34b5ba1fa8ecae.tar.gz
Use "UTF-8" with the dash as the charset name for utf-8. (Change suggested
Thu Mar 30 16:49:06 2000 Owen Taylor <otaylor@redhat.com> * modules/basic/basic.c pango/utils.c (find_converter): Use "UTF-8" with the dash as the charset name for utf-8. (Change suggested by Adrian Havill <havill@turbolinux.co.jp>) * pango/pango-layout.[ch]: Add function to get logical attributes of the text string.
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.