From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42988 invoked by alias); 20 Jan 2016 07:13:20 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 26494 invoked by uid 48); 20 Jan 2016 07:04:10 -0000 From: "kon at iki dot fi" To: libc-locales@sourceware.org Subject: [Bug localedata/10871] ru_RU: 'mon' array should contain both nominative and genitive cases Date: Wed, 20 Jan 2016 07:13:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: kon at iki dot fi X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2016-q1/txt/msg00059.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D10871 --- Comment #38 from Kalle Olavi Niemitalo --- Microsoft Windows provides: - GetCalendarInfoEx can retrieve the name of a month or the name of a day of the week. The nominative case is the default. For months only, the caller c= an add the CAL_RETURN_GENITIVE_NAMES flag. - GetDateFormatEx formats a date according to a format picture string in wh= ich "MMMM" represents the name of the month. The caller cannot explicitly requ= est the genitive case. The function uses heuristics instead, and they don't alw= ays work perfectly. https://msdn.microsoft.com/en-us/library/windows/desktop/dd317734(v=3Dvs.85= ).aspx "Calendar Type Information (Windows)" http://www.siao2.com/2011/10/26/10230215.aspx "Improving genitive. Or not=E2=80=A6. (part 2): Explaining the point of Par= t 1" --=20 You are receiving this mail because: You are the assignee for the bug.