about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--localedata/locales/hr_HR4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b17507d53..ef4e21e26d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-04-23  Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net>
+
+	[BZ #23094]
+	* localedata/locales/hr_HR: fix thousands_sep and
+	mon_thousands_sep
+
 2018-04-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR
index 64c8d726aa..029a3794e2 100644
--- a/localedata/locales/hr_HR
+++ b/localedata/locales/hr_HR
@@ -174,7 +174,7 @@ LC_MONETARY
 int_curr_symbol           "HRK "
 currency_symbol           "kn"
 mon_decimal_point         ","
-mon_thousands_sep         "<U202F>"
+mon_thousands_sep         "."
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "-"
@@ -192,7 +192,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             ","
-thousands_sep             "<U202F>"
+thousands_sep             "."
 grouping                  3;3
 END LC_NUMERIC