g_utf8_validate: @str shouldn't end up annotated as utf8
authorDan Winship <danw@gnome.org>
Wed, 21 Mar 2012 13:22:38 +0000 (09:22 -0400)
committerDan Winship <danw@gnome.org>
Fri, 18 May 2012 16:36:12 +0000 (12:36 -0400)
commit7cadf4f15f952457b5a5440d24d1a93e0a99cdde
treea5daa846dbb4e5917d99911feac01e565cb16e01
parent8df2b96a6910aa557a6db2b1b5e618f3ace70f11
g_utf8_validate: @str shouldn't end up annotated as utf8

In order for this function to have any point, it has to be possible to
pass non-UTF-8 data to it, so annotate @str as being array-of-guint8
instead of utf8.

https://bugzilla.gnome.org/show_bug.cgi?id=672548
glib/gutf8.c