This is the mail archive of the libc-alpha@sources.redhat.com 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: bug #4197, "Wrong monetary locale def for hr_HR. Currency sym position."


[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?


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