After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 308112 - Use nl_langinfo() to determine start of week
Use nl_langinfo() to determine start of week
Status: RESOLVED DUPLICATE of bug 163842
Product: gtk+
Classification: Platform
Component: Widget: Other
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-06-17 18:45 UTC by Pierre Ossman
Modified: 2005-06-17 18:53 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Pierre Ossman 2005-06-17 18:45:50 UTC
Distribution/Version: Fedora Core Rawhide

The calender widget does not respect LC_TIME setting when it comes to
determining the start of the week. Instead a translated text string is used to
determine which day is first (causing glibc's locale to be ignored and
impossible to have LC_TIME set to a seperate value).

The problem is that the field for this is a GNU extension so it isn't portable.
But until GTK can handle LC_TIME directly this GNU extension should be used on
the platforms where it's available.
Comment 1 Owen Taylor 2005-06-17 18:53:24 UTC
Already done.


*** This bug has been marked as a duplicate of 163842 ***