From 2bbcbc6e9db888ec831d28a8006017db34cde604 Mon Sep 17 00:00:00 2001 From: "simon.zheng" Date: Mon, 9 Apr 2007 02:47:12 +0000 Subject: ** Fix for bug #426487 2007-04-09 simon.zheng ** Fix for bug #426487 * gui/widgets/eab-contact-display.c: (accum_time_attribute): strftime() supplied by OS is subject to locale encoding, i.e. ja_JP.PCK. Using g_date_strftime() instead, which works on a UTF-8 format string and store a UTF-8 result. svn path=/trunk/; revision=33400 --- addressbook/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9e3fe5ca9a..985c4ccc41 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2007-04-09 simon.zheng + + ** Fix for bug #426487 + + * gui/widgets/eab-contact-display.c: (accum_time_attribute): + strftime() supplied by OS is subject to locale encoding, i.e. + ja_JP.PCK. Using g_date_strftime() instead, which works on a + UTF-8 format string and store a UTF-8 result. + 2007-04-09 simon.zheng ** Fix for bug #426829. -- cgit v1.2.3