mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-02 09:33:31 +03:00
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.
This commit is contained in:
@@ -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>
|
2017-10-18 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
* malloc/malloc.c (malloc_state): Use int for have_fastchunks since
|
* malloc/malloc.c (malloc_state): Use int for have_fastchunks since
|
||||||
|
|||||||
@@ -2131,13 +2131,13 @@ nostr "<U006E><U0069><U0065>"
|
|||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
int_curr_symbol "<U0050><U004C><U004E><U0020>"
|
int_curr_symbol "PLN "
|
||||||
currency_symbol "<U007A><U0142>"
|
currency_symbol "<U007A><U0142>"
|
||||||
mon_decimal_point "<U002C>"
|
mon_decimal_point ","
|
||||||
mon_thousands_sep "<U002E>"
|
mon_thousands_sep "<U202F>"
|
||||||
mon_grouping 3;3
|
mon_grouping 3
|
||||||
positive_sign ""
|
positive_sign ""
|
||||||
negative_sign "<U002D>"
|
negative_sign "-"
|
||||||
int_frac_digits 2
|
int_frac_digits 2
|
||||||
frac_digits 2
|
frac_digits 2
|
||||||
p_cs_precedes 0
|
p_cs_precedes 0
|
||||||
@@ -2149,9 +2149,9 @@ n_sign_posn 1
|
|||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
decimal_point "<U002C>"
|
decimal_point ","
|
||||||
thousands_sep ""
|
thousands_sep "<U202F>"
|
||||||
grouping 0;0
|
grouping 3
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
LC_TIME
|
LC_TIME
|
||||||
|
|||||||
Reference in New Issue
Block a user