mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user