Clarify nul-termination of g_utf8_to_ucs4[_fast] result
authorChristian Persch <chpe@gnome.org>
Sat, 18 Jun 2011 14:22:53 +0000 (16:22 +0200)
committerChristian Persch <chpe@gnome.org>
Sun, 19 Jun 2011 11:14:39 +0000 (13:14 +0200)
commitf9cec26968fad4ddecae9b13077f63bc11b66f86
tree6cd550be0f70905eaa74779f3961e02df5e8b5c8
parent580e177dccce98e4f8490b9463321d01343cac2d
Clarify nul-termination of g_utf8_to_ucs4[_fast] result

The docs for g_utf8_to_ucs4_fast didn't mention that the resulting
string is terminated by a 0 character.

Bug #652897.
glib/gutf8.c