From 065928c778dfee6f50dbb2bea5a6fbe0199496fc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Aug 2008 01:23:16 +0000 Subject: [PATCH] Fix a doc issue svn path=/trunk/; revision=7310 --- ChangeLog | 8 ++++++++ glib/gunidecomp.c | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 302da930..c54578bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-08-04 Matthias Clasen + + 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 * glibconfig.h.win32.in: Make the union _GSystemThread::data array diff --git a/glib/gunidecomp.c b/glib/gunidecomp.c index e6e9fa56..d0fa97e2 100644 --- a/glib/gunidecomp.c +++ b/glib/gunidecomp.c @@ -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, -- 2.34.1