diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-10-18 14:27:44 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-10-18 14:30:54 +0200 |
commit | 508b1e71a37355839ab91f9c09ce7e577cf69a58 (patch) | |
tree | 647d2c4c4aef8c10e2d7e0a3c66bff2bae736756 /ChangeLog | |
parent | 2c2245b92ccf6344b324d17d8f94ccd3b8c559c6 (diff) | |
download | glibc-508b1e71a37355839ab91f9c09ce7e577cf69a58.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |