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: [PATCH 1/1] Fix LC_TIME for mai_IN


24.07.2017 08:56 Akhilesh Kumar <akhilesh.k@samsung.com> wrote:
> [...]
> +% Abbreviated month names (%b)
> +abmon "<U091A><U0948><U0924><U093F>";/
> + "<U0042><U0061><U0069><U0073><U0068><U0061><U006B><U0068>";/

This line says "Baishakh" - like this, with Latin characters.
All other locale data in this patch use Devanagari alphabet
so I guess this is wrong.

> [...]
> +% Full month names (%B)
> +% Maithili uses a lunar calendar. When gregorian month names
> +% are needed, the names are the same names than those used
> +% by Hindi
> +% https://en.wikipedia.org/wiki/Tirhuta_Panchang
> +% https://en.wikipedia.org/wiki/Maithili_language#cite_ref-20
> +mon "<U091A><U0948><U0924><U093F>";/
> + "<U0042><U0061><U0069><U0073><U0068><U0061><U006B><U0068>";/

The same here.

Also the wiki article from the link above says that Baishakh
is the first month. So I guess this line should be removed and
something should be added to make 12 months.

Since 2.26 release is coming in days please fix it ASAP.

Regards,

Rafal


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