[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#227214: locales: LC_MONETARY wrong in pl_PL



At Sat, 10 Jan 2004 16:43:24 +0100,
Micha-B� Politowski wrote:
> Some values the pl_PL locale uses, aren't the ones typical here;
> the currency symbol, its placement and the thousands separator should be changed
> as in the patch.

Actually same report was already submitted:

	http://sources.redhat.com/ml/bug-glibc/2002-11/msg00131.html

I think at least currency_symbol should be changed to z dashed l, 
refered for example:

	http://www.nationmaster.com/country/pl/Currency

> --- /tmp/pl_PL	2004-01-10 16:13:04.000000000 +0100
> +++ /usr/share/i18n/locales/pl_PL	2004-01-10 16:27:33.000000000 +0100
> @@ -2123,18 +2123,18 @@
>  
>  LC_MONETARY
>  int_curr_symbol           "<U0050><U004C><U004E><U0020>"
> -currency_symbol           "<U005A><U0142>"
> +currency_symbol           "<U007A><U0142>"
>  mon_decimal_point         "<U002C>"
> -mon_thousands_sep         "<U002E>"
> +mon_thousands_sep         "<U0020>"

But is this really ok?  I think it should be <.> instead of <space>.

>  mon_grouping              3;3
>  positive_sign             ""
>  negative_sign             "<U002D>"
>  int_frac_digits           2
>  frac_digits               2
> -p_cs_precedes             1
> -p_sep_by_space            0
> -n_cs_precedes             1
> -n_sep_by_space            0
> +p_cs_precedes             0
> +p_sep_by_space            1
> +n_cs_precedes             0
> +n_sep_by_space            1
>  p_sign_posn               1
>  n_sign_posn               1
>  END LC_MONETARY

Regards,
-- gotom



Reply to: