bug #4197, "Wrong monetary locale def for hr_HR. Currency sym position."

Petter Reinholdtsen pere@hungry.com
Sat Apr 5 16:59:00 GMT 2003


[Petter Reinholdtsen]
> Here is a patch to move the currency symbol from the front to the back
> as requested in bug #4197.  When this patch is applied, the bug can be
> closed.
> 
> Index: hr_HR
> ===================================================================
> RCS file: /cvs/glibc/libc/localedata/locales/hr_HR,v
> retrieving revision 1.12
> diff -u -3 -p -u -r1.12 hr_HR
> --- hr_HR       26 Oct 2000 23:22:56 -0000      1.12
> +++ hr_HR       3 Apr 2003 08:57:22 -0000
> @@ -2155,9 +2155,9 @@ positive_sign             ""
>  negative_sign             "<U002D>"
>  int_frac_digits           2
>  frac_digits               2
> -p_cs_precedes             1
> +p_cs_precedes             0
>  p_sep_by_space            1
> -n_cs_precedes             1
> +n_cs_precedes             0
>  n_sep_by_space            1
>  p_sign_posn               1
>  n_sign_posn               1

Do I need to supply a changelog entry as well to get the patch accepted?



More information about the Libc-alpha mailing list