GNOME Bugzilla – Bug 482504
Missing locale to UTF-8 conversion for modification time in filechooser
Last modified: 2007-10-04 07:41:47 UTC
Hi, As reported in Debian bug http://bugs.debian.org/444927, the filechooser will cause warnings in some locales for some dates. The filechooser misses a conversion from locale to UTF-8 for the strftime() output which is in locale encoding. I'll attach a patch. Bye,
Created attachment 96501 [details] [review] Fix warnings and display of modified date / time in filechooser for some locales as it was missing a locale to UTF-8 conversion
Looks fine to me.
Committed to trunk as r18880: 2007-10-04 Loïc Minier <lool@dooz.org> * gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings and display of modified date / time in filechooser for some locales as it was missing a locale to UTF-8 conversion. Fixes #482504.