This is the mail archive of the libc-alpha@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]

Re: [RFC][PATCH v2 1/6] Implement alternative month names (bug 10871).


On Fri, Mar 25, 2016 at 4:55 PM, Rafal Luzynski
<digitalfreak@lingonborough.com> wrote:
>> 25.03.2016 02:54 Chris Leonard <cjlhomeaddress@gmail.com> wrote:

> Does glibc have any support for the lunar calendars? Looks like
> it does not at all. Although probably it would be good idea for those
> countries/locales which use such calendars.


I have to admit I have never looked into it at the code level.  I am
probably mistaken in making an assumption of such support from reading
the "mon" description in TR 14652.

TR 14652
http://www.open-std.org/JTC1/SC22/WG20/docs/n972-14652ft.pdf

states:

mon

Define the full month names, to be referenced by the %B field
descriptor. The operand consists of twelve or thirteen semicolon-
separated strings. The first string is the full name of the first month
of the year (January), the second the full name of the second month,
and so on.

I have not had occasion to create a locale with 13 months (yet), but I
had thought it would be supported, my bad.

cjl


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