Unicode: add a g_utf8_substring convenience api
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jun 2011 01:31:40 +0000 (21:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jun 2011 01:31:40 +0000 (21:31 -0400)
commit9eb65dd3ed5e1a9638595cbe10699c7606376511
tree02c7f2beabd1bc71a21d6097b372c1893b444eda
parentc2b112bc56184e5ffdaf99df5aeaf8e06f84af21
Unicode: add a g_utf8_substring convenience api

This function is useful in the GTK+ accessibility implementations,
and seems like a nice thing to have around in general.
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gunicode.h
glib/gutf8.c
glib/tests/utf8-misc.c