New function to revert a utf8 string. Gone, replaced by g_utf8_strreverse.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Jul 2002 19:48:02 +0000 (19:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Jul 2002 19:48:02 +0000 (19:48 +0000)
commit1bb885b3b2cdf5e2371b6ec0f05f3ada95735f93
treeb15c487f0bb4513d203213db2bf497d71da3ac3e
parent7c10c67f997021a0e3edd6283f726e954816d7cf
New function to revert a utf8 string. Gone, replaced by g_utf8_strreverse.

* glib/gunicode.h:
* glib/gutf8.c (g_utf8_strreverse): New function to revert
a utf8 string.
* glib/gpattern.c (g_utf8_reverse): Gone, replaced by
g_utf8_strreverse.  (#87725)
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
glib/gpattern.c
glib/gunicode.h
glib/gutf8.c