[Bug localedata/10871] ru_RU: 'mon' array should contain both nominative and genitive cases
kon at iki dot fi
sourceware-bugzilla@sourceware.org
Wed Jan 20 07:04:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=10871
--- Comment #38 from Kalle Olavi Niemitalo <kon at iki dot fi> ---
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 can
add the CAL_RETURN_GENITIVE_NAMES flag.
- GetDateFormatEx formats a date according to a format picture string in which
"MMMM" represents the name of the month. The caller cannot explicitly request
the genitive case. The function uses heuristics instead, and they don't always
work perfectly.
https://msdn.microsoft.com/en-us/library/windows/desktop/dd317734(v=vs.85).aspx
"Calendar Type Information (Windows)"
http://www.siao2.com/2011/10/26/10230215.aspx
"Improving genitive. Or not…. (part 2): Explaining the point of Part 1"
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list