! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Modifed data in detailed list view are always "UNKNOWN" under Japanese locale.
Status:
CLOSED: FIXED

Comments

Description Naofumi Honda 2007-04-11 15:03:41 CEST
The size of a Japanese date string needs at most 22+1 bytes,
because one Chinese character consists of 2 byte 
(xxxx year yy month zz date => 8 + 2 + 4 + 2 + 4 + 2).
However thunar_util_humanize_time() in thunar_util.c prepare only
16 bytes buffer, and thus g_date_strftime() is always failed.
Comment 1 Benedikt Meurer editbugs 2007-04-27 15:02:32 CEST
2007-04-27      Benedikt Meurer <benny@xfce.org>

        * thunar/thunar-util.c(thunar_util_humanize_file_time): Use larger
          date buffer. Bug #3127.

Bug #3127

Reported by:
Naofumi Honda
Reported on: 2007-04-11
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Attachments

Additional information