From 96670f6d36dff535941b8d9577d4645d175ac15e Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 6 Dec 2002 20:11:29 +0000 Subject: Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren) Fri Dec 6 14:34:42 2002 Owen Taylor Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren) * tests/patterntest.c (main): Convert literal iso-8859-1 high bit characters in tests to string escapes. * glib/gunichartable.h glib/gen-unicode-tables.pl: Use hex \xMN escapes rather than literal UTF-8 for casefold tables. * configure.in: AC_PREREQ(2.53). needed for recent GLIB_SIZEOF() changes. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3daeb6cba..e040a6dab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Fri Dec 6 14:34:42 2002 Owen Taylor + + Avoid literal UTF-8. (Allow it to build with + IRIX cc, #72757, Tomas Ogren) + + * tests/patterntest.c (main): Convert literal + iso-8859-1 high bit characters in tests to + string escapes. + + * glib/gunichartable.h glib/gen-unicode-tables.pl: + Use hex \xMN escapes rather than literal UTF-8 + for casefold tables. + + * configure.in: AC_PREREQ(2.53). needed for recent + GLIB_SIZEOF() changes. + Fri Dec 6 12:40:00 2002 Owen Taylor * glib/libcharset/Makefile.am (EXTRA_DIST): Don't -- cgit v1.2.3