bug #4197, "Wrong monetary locale def for hr_HR. Currency sym position."
Petter Reinholdtsen
pere@hungry.com
Thu Apr 3 09:01:00 GMT 2003
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
Is there a program available to display how the current locale
behaves? I am thinking about how it displays currency and dates, and
all the other format strings defined in a locale? The bug report
contains a small example, but I would love to have a more complete
'showlocale'. :)
More information about the Libc-alpha
mailing list