[Goodies-dev] [Bug 3818] weekdays in Russian are displayed ugly in forecast tab

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Mar 10 15:12:59 CET 2009


http://bugzilla.xfce.org/show_bug.cgi?id=3818





--- Comment #6 from Sergey Fedoseev <fedoseev.sergey at gmail.com>  2009-03-10 14:12:58 UTC ---
I get this bug with ru_RU.UTF-8 locale.

About 'strftime' function from
http://www.gnu.org/software/libtool/manual/libc/Formatting-Calendar-Time.html

Function: size_t strftime (char *s, size_t size, const char *template, const
struct tm *brokentime)
...
The size parameter can be used to specify the maximum number of characters to
be stored in the array s, including the terminating null character. If the
formatted time requires more than size characters, strftime returns zero and
the _contents of the array s are undefined_. Otherwise the return value
indicates the number of characters placed in the array s, not including the
terminating null character.



In general case 'undefined' != 'UTF-8 encoded string' =). So I guess string
size is *this* problem.

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Goodies-dev mailing list