Fix a doc issue

svn path=/trunk/; revision=7310
This commit is contained in:
Matthias Clasen 2008-08-05 01:23:16 +00:00
parent fb17a5de30
commit 065928c778
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2008-08-04 Matthias Clasen <mclasen@redhat.com>
Bug 546329 API docs for g_utf8_normalize() are incorrect
* glib/gunidecomp.c: Remove inaccurate information about
g_utf8_collate() from g_utf8_normalize() docs.
Pointed out by Sven Neumann.
2008-08-04 Tor Lillqvist <tml@novell.com>
* glibconfig.h.win32.in: Make the union _GSystemThread::data array

View File

@ -504,8 +504,6 @@ _g_utf8_normalize_wc (const gchar *str,
* (in this case DIGIT THREE). Formatting information
* may be lost but for most text operations such
* characters should be considered the same.
* For example, g_utf8_collate() normalizes
* with %G_NORMALIZE_ALL as its first step.
*
* %G_NORMALIZE_DEFAULT_COMPOSE and %G_NORMALIZE_ALL_COMPOSE
* are like %G_NORMALIZE_DEFAULT and %G_NORMALIZE_ALL,