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_ADDRESS for pap_AW


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

> [BZ #21808]
>     locales/pap_AW Fix LC_ADDRESS
>
> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
>  localedata/locales/pap_AW |    8 +++++---
>  1 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/localedata/locales/pap_AW b/localedata/locales/pap_AW
> index 86ca6bd..56f07bc 100644
> --- a/localedata/locales/pap_AW
> +++ b/localedata/locales/pap_AW
> @@ -45,14 +45,16 @@ LC_ADDRESS
>  postal_fmt "<U0025><U0064><U0025><U004E><U0025><U0066><U0025><U004E><U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E>/
>  <U0025><U0073><U0020><U0025><U0068><U0020><U0035><U0065><U0020><U0025><U0072><U0025><U004E>/
>  <U0025><U0043><U0025><U007A><U0020><U0025><U0054><U0025><U004E><U0025><U0063><U0025><U004E>"
> -% FIXME country_name for Antilles in Paplamento
> -% FIXME country_post MAIL_CEPTCODE for Nederland Antilles, AN?
> +% ARUBA
> +country_name "<U0041><U0052><U0055><U0042><U0041>"
> +% AW 
> +country_post "<U0041><U0057>"
>  % AW
>  country_ab2  "<U0041><U0057>"
>  % ABW
>  country_ab3  "<U0041><U0042><U0057>"
>  country_num  533
> -country_isbn ""
> +country_isbn "978-99904"
>  country_car "<U0041><U0055><U0041>"
>  % Papiamento
>  lang_name    "<U0050><U0061><U0070><U0069><U0061><U006D><U0065><U006E><U0074><U006F>"

decoded:

    diff --git a/localedata/locales/pap_AW b/localedata/locales/pap_AW
    index 86ca6bd..56f07bc 100644
    --- a/localedata/locales/pap_AW
    +++ b/localedata/locales/pap_AW
    @@ -45,14 +45,16 @@ LC_ADDRESS
     postal_fmt "%d%N%f%N%d%N%b%N/
     %s %h 5e %r%N/
     %C%z %T%N%c%N"
    -% FIXME country_name for Antilles in Paplamento
    -% FIXME country_post MAIL_CEPTCODE for Nederland Antilles, AN?
    +% ARUBA
    +country_name "ARUBA"

Why all uppercase? I think this should be "Aruba".

    +% AW 
    +country_post "AW"
     % AW
     country_ab2  "AW"
     % ABW
     country_ab3  "ABW"
     country_num  533
    -country_isbn ""
    +country_isbn "978-99904"

That is the ISBN of Curaçao. I cannot find and ISBN for Aruba.

     country_car "AUA"
     % Papiamento
     lang_name    "Papiamento"
    -- 
    1.7.1
-- 
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]