Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)
authorOwen Taylor <otaylor@redhat.com>
Fri, 6 Dec 2002 20:11:29 +0000 (20:11 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 6 Dec 2002 20:11:29 +0000 (20:11 +0000)
commit96670f6d36dff535941b8d9577d4645d175ac15e
tree1756b9e3de95405300161210e088c790ad79d23e
parent3e31fadc7a7003f1d73d930e663e15621496744f
Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)

Fri Dec  6 14:34:42 2002  Owen Taylor  <otaylor@redhat.com>

        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
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
glib/gen-unicode-tables.pl
glib/gunichartables.h
tests/patterntest.c