diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-03-30 21:52:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-30 21:52:12 +0000 |
commit | 5b5698e8ad4fa0f0f5da0286ab34b5ba1fa8ecae (patch) | |
tree | aa6752a7320ad57aae6d7eb7a1ece9a0f1497572 /TODO | |
parent | 6f9c9b934021288f9b34430344790a2722dc614e (diff) | |
download | pango-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-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |