diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-04-05 11:42:30 +0800 |
---|---|---|
committer | Simon Zheng <simonz@src.gnome.org> | 2006-04-05 11:42:30 +0800 |
commit | c81ee160b5a912e7d62c1be5064077be3106393c (patch) | |
tree | 7cce87031b404c69fedc9d2544ffcf8591ec9688 /calendar/ChangeLog | |
parent | 6761feca240609a6e30981a1e24cadf80bce3f3f (diff) | |
download | gsoc2013-evolution-c81ee160b5a912e7d62c1be5064077be3106393c.tar.gz gsoc2013-evolution-c81ee160b5a912e7d62c1be5064077be3106393c.tar.zst gsoc2013-evolution-c81ee160b5a912e7d62c1be5064077be3106393c.zip |
Fixes bug #333704 Because the passing text is in UTF-8 encoding, it should
2006-04-05 Simon Zheng <simon.zheng@sun.com>
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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <simon.zheng@sun.com> + + 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 <Irene.Huang@sun.com> Fixes bug 335214 |