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] LC_NAME Fix for all Arabic Locals


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

> [BZ #21806]

[...]

> 	locales/ar_EG Fix LC_NAME

[...]

> diff --git a/localedata/locales/ar_EG b/localedata/locales/ar_EG
> index 612b8fa..1b8c5d4 100644
> --- a/localedata/locales/ar_EG
> +++ b/localedata/locales/ar_EG
> @@ -173,15 +173,13 @@ END LC_PAPER
>  LC_NAME
>  % This is the ISO_IEC TR14652 Locale definition for the
>  % LC_NAME category.
> -%
>  name_fmt    "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074>/
>  <U0025><U0067>"
> -name_gen    "<U002D><U0073><U0061><U006E>"
> -name_mr     "<U004D><U0072><U002E>"
> -name_mrs    "<U004D><U0072><U0073><U002E>"
> -name_miss   "<U004D><U0069><U0073><U0073><U002E>"
> -name_ms     "<U004D><U0073><U002E>"
> -
> +name_gen    ""
> +name_mr     "<U0627><U0644><U0633><U064A><U062F>"
> +name_mrs    "<U0627><U0644><U0633><U064A><U062F><U0629>"
> +name_miss   "<U064A><U063A><U064A><U0628>"
> +name_ms     "<U0627><U0644><U0622><U0646><U0633><U0629>"
>  END LC_NAME

decoded:

    diff --git a/localedata/locales/ar_EG b/localedata/locales/ar_EG
    index 612b8fa..1b8c5d4 100644
    --- a/localedata/locales/ar_EG
    +++ b/localedata/locales/ar_EG
    @@ -173,15 +173,13 @@ END LC_PAPER
     LC_NAME
     % This is the ISO_IEC TR14652 Locale definition for the
     % LC_NAME category.
    -%
     name_fmt    "%p%t%f%t/
     %g"
    -name_gen    "-san"
    -name_mr     "Mr."
    -name_mrs    "Mrs."
    -name_miss   "Miss."
    -name_ms     "Ms."
    -
    +name_gen    ""
    +name_mr     "السيد"
    +name_mrs    "السيدة"
    +name_miss   "يغيب"
    +name_ms     "الآنسة"
     END LC_NAME


Where did you get this from?

-- 
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]