diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-06 23:35:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-06 23:35:30 +0000 |
commit | 971a1e252fe2ba426bc2ea298579711fe9a883a3 (patch) | |
tree | 30336ff5a292f1a6301d81ea3f9e631bbf9d3a21 /pango/testfonts.c | |
parent | 41bd5bb015197c84cbd7065fd6ef95675966f259 (diff) | |
download | pango-971a1e252fe2ba426bc2ea298579711fe9a883a3.tar.gz |
Convert literal UTF-8 to hex escapes. (#92050, Arnaud Carlet)
Fri Dec 6 18:30:36 2002 Owen Taylor <otaylor@redhat.com>
* pango/pango-utils.c: Convert literal UTF-8 to hex
escapes. (#92050, Arnaud Carlet)
* pango/testfonts.c: Convert literal ISO-8859-1
to UTF-8 hex escapes. (Don't know how passing
ISO-8859-1 to pango_shape() was working...)
Diffstat (limited to 'pango/testfonts.c')
-rw-r--r-- | pango/testfonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/testfonts.c b/pango/testfonts.c index 94f81d6d..e387eee8 100644 --- a/pango/testfonts.c +++ b/pango/testfonts.c @@ -192,7 +192,7 @@ int main (int argc, char **argv) PangoGlyphString * glyphs; char s[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" - "1234567890 -+*/!§$%&()[]{}<>|#=?@"; + "1234567890 -+*/!\xc2\xa7$%&()[]{}<>|#=?@"; g_get_current_time (&tv0); coverage = pango_font_get_coverage (font, lang); |