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 abmon for bem_ZM


Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> Names of Months and Days for Bemba (Zambia)
> Ref is taken form
> http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=czeauxc7tq
>
> [BZ #21960]
> 	*locales/bem_ZM :  Fix months abb names
> ---
>  localedata/locales/bem_ZM |   26 +++++++++++++-------------
>  1 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/localedata/locales/bem_ZM b/localedata/locales/bem_ZM
> index a09d53e..e02856e 100644
> --- a/localedata/locales/bem_ZM
> +++ b/localedata/locales/bem_ZM
> @@ -62,19 +62,19 @@ mon  "<U004A><U0061><U006E><U0075><U0061><U0072><U0069>";/
>       "<U004F><U006B><U0074><U006F><U0062><U0061>";/
>       "<U004E><U006F><U0076><U0065><U006D><U0062><U0061>";/
>       "<U0044><U0069><U0073><U0065><U006D><U0062><U0061>"
> -% Jan, Feb, Mar, Apr, May, Jun, July, Aug, Sep, Oct, Nov, Dec
> -abmon  "<U004A><U0061><U006E>";/
> -       "<U0046><U0065><U0062>";/
> -       "<U004D><U0061><U0072>";/
> -       "<U0041><U0070><U0072>";/
> -       "<U004D><U0061><U0079>";/
> -       "<U004A><U0075><U006E>";/
> -       "<U004A><U0075><U006C><U0079>";/
> -       "<U0041><U0075><U0067>";/
> -       "<U0053><U0065><U0070>";/
> -       "<U004F><U0063><U0074>";/
> -       "<U004E><U006F><U0076>";/
> -       "<U0044><U0065><U0063>"
> +% http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=czeauxc7tq

This link gives CLDR as the source, below the month and day names the
page says:

    Source	 Common Locale Data Repository (CLDR)
    Copyright	© 1991-2011 Unicode, Inc.
    License	Restricted content - see terms below
    All rights reserved. Distributed under the Terms of Use at  www.unicode.org/copyright.html.

> +abmon  "Jan";/
> +       "Feb";/
> +       "Mac";/
> +       "Epr";/
> +       "Mei";/
> +       "Jun";/
> +       "Jul";/
> +       "Oga";/
> +       "Sep";/
> +       "Okt";/
> +       "Nov";/
> +       "Dis"

So this is OK, I checked again that it agrees with CLDR.

But I think I’ll remove your reference to scriptsource.org because
that is just an indirect reference to CLDR.

>  % Pa Mulungu, Palichimo, Palichibuli, Palichitatu, Palichine, Palichisano, Pachibelushi
>  day  "<U0050><U0061><U0020><U004D><U0075><U006C><U0075><U006E><U0067><U0075>";/
>       "<U0050><U0061><U006C><U0069><U0063><U0068><U0069><U006D><U006F>";/

-- 
Mike FABIAN <mfabian@redhat.com>


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