This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/10871] ru_RU: 'mon' array should contain both nominative and genitive cases


https://sourceware.org/bugzilla/show_bug.cgi?id=10871

--- Comment #39 from Kalle Olavi Niemitalo <kon at iki dot fi> ---
(In reply to Rafal Luzynski from comment #7)
> 3. Mimic the *BSD specification but implement it conversely: let %B retrieve
> the nominative case (as it currently does) and let the new %OB specifier
> retrieve the genitive case. See also:
> http://austingroupbugs.net/view.php?id=258 - this seems to has accepted this
> solution.

The Final Accepted Text in Austin Group bug 258 contains:
"alt_mon Define the full month names, corresponding to the %OB conversion
specification. [...] For languages having both a genitive (when used with a day
number) and a nominative (no day number) case, this operand shall be used to
denote the nominative case."

The FreeBSD strftime(3) page says: "Additionally %OB implemented to represent
alternative months names (used standalone, without day mentioned)." I believe
this means the nominative case.

So %OB retrieves the nominative case in both of them; I don't see any conflict.
The same could be implemented in glibc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]