Bug 1429 - hu_HU week should be Monday based
Summary: hu_HU week should be Monday based
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.3.5
: P2 normal
Target Milestone: ---
Assignee: GNU C Library Locale Maintainers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-06 16:32 UTC by Egmont Koblinger
Modified: 2016-05-20 19:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
the proposed patch (197 bytes, patch)
2005-10-06 16:35 UTC, Egmont Koblinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.