diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-11-20 17:55:33 +0530 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-11-24 10:07:05 +0530 |
commit | 3ffc4cc1ad37fb36e419c9a3a72e1916d7d893d3 (patch) | |
tree | a271f009afedaf9b0fdd7a83dadb5df28f401313 /localedata/Makefile | |
parent | 3a327316ad615f7e4264d3e13d23052d9dc84694 (diff) | |
download | glibc-3ffc4cc1ad37fb36e419c9a3a72e1916d7d893d3.tar glibc-3ffc4cc1ad37fb36e419c9a3a72e1916d7d893d3.tar.gz glibc-3ffc4cc1ad37fb36e419c9a3a72e1916d7d893d3.tar.bz2 glibc-3ffc4cc1ad37fb36e419c9a3a72e1916d7d893d3.zip |
pl_PL locale: Base collation on iso14651_t1
[BZ #22469]
* localedata/locales/pl_PL (LC_COLLATE): Use “copy "iso14651_t1"”
and implement the collation rules for pl from CLDR on top of that.
* Makefile: Add pl_PL.UTF-8 to test-input and to the list
of locales to be built for testing.
* pl_PL.UTF-8.in: New file with test data to test the Polish sorting.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 3c5492d1c1..825981ffa8 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -37,7 +37,8 @@ test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \ tst-ctype tst-langinfo tst-langinfo-static tst-numeric test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \ hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 tr_TR.UTF-8 fr_FR.UTF-8 \ - si_LK.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 + si_LK.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \ + pl_PL.UTF-8 test-input-data = $(addsuffix .in, $(test-input)) test-output := $(foreach s, .out .xout, \ $(addsuffix $s, $(basename $(test-input)))) @@ -106,7 +107,8 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \ hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \ nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \ zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \ - tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 + tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \ + pl_PL.UTF-8 include ../gen-locales.mk endif |