From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21984 invoked by alias); 27 Jun 2007 11:28:54 -0000 Received: (qmail 21924 invoked by uid 48); 27 Jun 2007 11:28:41 -0000 Date: Wed, 27 Jun 2007 11:28:00 -0000 From: "leio at gentoo dot org" To: glibc-bugs@sources.redhat.com Message-ID: <20070627112841.4705.leio@gentoo.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug localedata/4705] New: Weekday start information wrong (missing) in et_EE locale X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00075.txt.bz2 When using LC_TIME=et_EE.UTF-8 the calendar has Sunday as the first day of the week. This is absolutely wrong, as Monday has always been the first day of the week since recorded history and use of such 7 day calendars in estonian calendars. It seems the locale does not set first_weekday nor first_workday (also checked in cvsweb - http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/locales/et_EE?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=glibc) and it probably should to get this corrected - something like was done in http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/locales/ru_RU.diff?r1=1.29&r2=1.30&cvsroot=glibc or maybe by reordering the weekday names in abday, day and touching up week-1stday The weekday starts with Monday (Esmaspäev) in Estonia and workdays are from Monday to Friday (Reede). I hope this can be fixed trivially. -- Summary: Weekday start information wrong (missing) in et_EE locale Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: localedata AssignedTo: libc-locales at sources dot redhat dot com ReportedBy: leio at gentoo dot org CC: glibc-bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=4705 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.