Use U+202F NARROW NO-BREAK SPACE as thousands separators in pl_PL locale [BZ #16777]
authorMike FABIAN <mfabian@redhat.com>
Wed, 18 Oct 2017 12:27:44 +0000 (14:27 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 18 Oct 2017 12:30:54 +0000 (14:30 +0200)
[BZ #16777]
* localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep
and improve readability by using more ASCII.
* localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep
and improve readability by using more ASCII.

ChangeLog
localedata/locales/pl_PL

index 448be47..2ed8318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-10-18  Mike FABIAN  <mfabian@redhat.com>
+
+       [BZ #16777]
+       * localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep
+       and improve readability by using more ASCII.
+       * localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep
+       and improve readability by using more ASCII.
+
 2017-10-18  Wilco Dijkstra  <wdijkstr@arm.com>
 
        * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
index d63588a..e268113 100644 (file)
@@ -2131,13 +2131,13 @@ nostr   "<U006E><U0069><U0065>"
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol           "<U0050><U004C><U004E><U0020>"
+int_curr_symbol           "PLN "
 currency_symbol           "<U007A><U0142>"
-mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U002E>"
-mon_grouping              3;3
+mon_decimal_point         ","
+mon_thousands_sep         "<U202F>"
+mon_grouping              3
 positive_sign             ""
-negative_sign             "<U002D>"
+negative_sign             "-"
 int_frac_digits           2
 frac_digits               2
 p_cs_precedes             0
@@ -2149,9 +2149,9 @@ n_sign_posn               1
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point             "<U002C>"
-thousands_sep             ""
-grouping                  0;0
+decimal_point             ","
+thousands_sep             "<U202F>"
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME