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]
> Do I need to supply a changelog entry as well to get the patch accepted?

I was told that it helps. :)

Here is the patch again with changelog entry.

Index: ChangeLog
===================================================================
RCS file: /cvs/glibc/libc/localedata/ChangeLog,v
retrieving revision 1.423
diff -u -3 -p -u -r1.423 ChangeLog
--- ChangeLog   17 Mar 2003 10:16:36 -0000      1.423
+++ ChangeLog   5 Apr 2003 20:19:58 -0000
@@ -1,3 +1,8 @@
+2003-04-05  Petter Reinholdtsen <pere at hungry dot com>
+
+       * locales/hr_HR_DE: Fix currency placement to use "245.21 Kn".
+       Reported by <root at seul dot org>, closes PR libc/4197.
+
 2003-03-17  Ulrich Drepper  <drepper at redhat dot com>

        * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
Index: locales/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
--- locales/hr_HR       26 Oct 2000 23:22:56 -0000      1.12
+++ locales/hr_HR       5 Apr 2003 20:19:57 -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


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