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)
This commit is contained in:
Matthias Clasen
2002-07-26 19:48:02 +00:00
parent 7c10c67f99
commit 1bb885b3b2
10 changed files with 102 additions and 37 deletions

View File

@@ -1,3 +1,11 @@
2002-07-26 Matthias Clasen <maclas@gmx.de>
* 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)
Thu Jul 25 20:57:20 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.c (g_io_channel_read_line): Fix