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

@@ -195,6 +195,8 @@ gchar* g_utf8_strchr (const gchar *p,
gchar* g_utf8_strrchr (const gchar *p,
gssize len,
gunichar c);
gchar* g_utf8_strreverse (const gchar *str,
gssize len);
gunichar2 *g_utf8_to_utf16 (const gchar *str,
glong len,