about summary refs log tree commit diff
path: root/localedata/locales/pl_PL
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-18 14:27:44 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-18 14:30:54 +0200
commit508b1e71a37355839ab91f9c09ce7e577cf69a58 (patch)
tree647d2c4c4aef8c10e2d7e0a3c66bff2bae736756 /localedata/locales/pl_PL
parent2c2245b92ccf6344b324d17d8f94ccd3b8c559c6 (diff)
downloadglibc-508b1e71a37355839ab91f9c09ce7e577cf69a58.tar.gz
glibc-508b1e71a37355839ab91f9c09ce7e577cf69a58.tar.xz
glibc-508b1e71a37355839ab91f9c09ce7e577cf69a58.zip
Use U+202F NARROW NO-BREAK SPACE as thousands separators in pl_PL locale [BZ #16777]
	[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.
Diffstat (limited to 'localedata/locales/pl_PL')
-rw-r--r--localedata/locales/pl_PL16
1 files changed, 8 insertions, 8 deletions
diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL
index d63588adca..e26811339c 100644
--- a/localedata/locales/pl_PL
+++ b/localedata/locales/pl_PL
@@ -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