diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-07 00:00:53 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-07 00:00:53 +0000 |
commit | c962626452628fc29446c9559baa62f4e29e86aa (patch) | |
tree | 185110a5d96c95963288c350a8cb2aee50479227 /ChangeLog.pre-1-2 | |
parent | 971a1e252fe2ba426bc2ea298579711fe9a883a3 (diff) | |
download | pango-c962626452628fc29446c9559baa62f4e29e86aa.tar.gz |
Use octal escapes rather than hex to avoid the problem over having hex
Fri Dec 6 18:58:25 2002 Owen Taylor <otaylor@redhat.com>
* pango/pango-utils.lo: Use octal escapes rather than
hex to avoid the problem over having hex digits
immediately after the hex escape.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index b7d55c6f..f3fc7b10 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,9 @@ +Fri Dec 6 18:58:25 2002 Owen Taylor <otaylor@redhat.com> + + * pango/pango-utils.lo: Use octal escapes rather than + hex to avoid the problem over having hex digits + immediately after the hex escape. + Fri Dec 6 18:30:36 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-utils.c: Convert literal UTF-8 to hex |