From c81ee160b5a912e7d62c1be5064077be3106393c Mon Sep 17 00:00:00 2001 From: Simon Zheng Date: Wed, 5 Apr 2006 03:42:30 +0000 Subject: Fixes bug #333704 Because the passing text is in UTF-8 encoding, it should 2006-04-05 Simon Zheng Fixes bug #333704 * gui/dialogs/comp-editor-util.c: (comp_editor_strip_categories): Because the passing text is in UTF-8 encoding, it should be traversed by utf-8 char order rather than one by one byte. svn path=/trunk/; revision=31767 --- calendar/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e827bbb4fd..b2c8997191 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2006-04-05 Simon Zheng + + Fixes bug #333704 + * gui/dialogs/comp-editor-util.c: (comp_editor_strip_categories): + Because the passing text is in UTF-8 encoding, it should be traversed + by utf-8 char order rather than one by one byte. + 2006-04-04 Irene Huang Fixes bug 335214 -- cgit v1.2.3