Bug 1429

Summary: hu_HU week should be Monday based
Product: glibc Reporter: Egmont Koblinger <egmont>
Component: localedataAssignee: GNU C Library Locale Maintainers <libc-locales>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs
Priority: P2 Flags: fweimer: security-
Version: 2.3.5   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Attachments: the proposed patch

Description Egmont Koblinger 2005-10-06 16:32:57 UTC
Hungarian people use Monday based weeks. This piece of information is not
reflected in the current locale data. I attach the patch, please apply it.

(Note: older Gtk/Gnome stuff asked the translators to tell the first day
of the week, newer ones rely on libc providing this piece of information,
so with official hu_HU locale the calendar starts on Sunday which is very
hard to use for someone who is used to a Monday based one. This patch fixes
this.)
Comment 1 Egmont Koblinger 2005-10-06 16:35:04 UTC
Created attachment 685 [details]
the proposed patch

This is the proposed patch.
As far as I know, the ";4" part is also okay, I did not just blindly copy it
from other locales, the overlapping week counts to the year in which it has
more days.
Comment 2 Ulrich Drepper 2005-10-14 20:21:49 UTC
I changed it on the CVS trunk.