From 3ffc4cc1ad37fb36e419c9a3a72e1916d7d893d3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 20 Nov 2017 17:55:33 +0530 Subject: pl_PL locale: Base collation on iso14651_t1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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. --- localedata/pl_PL.UTF-8.in | 162 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 localedata/pl_PL.UTF-8.in (limited to 'localedata/pl_PL.UTF-8.in') diff --git a/localedata/pl_PL.UTF-8.in b/localedata/pl_PL.UTF-8.in new file mode 100644 index 0000000000..5f7e9b7d60 --- /dev/null +++ b/localedata/pl_PL.UTF-8.in @@ -0,0 +1,162 @@ +a +A +å +Å +ā +Ā +aa +Aa +āa +Āa +ab +Ab +āb +Āb +æ +Æ +ą +Ą +ąa +Ąa +ąb +Ąb +c +C +č +Č +ç +Ç +ć +Ć +ća +Ća +ćb +Ćb +D +ę +Ę +ęa +Ęa +ęb +Ęb +ģ +Ģ +H +i +I +ī +Ī +ia +Ia +īa +Īa +ib +Ib +īb +Īb +ĵ +Ĵ +ĵa +Ĵa +ĵb +Ĵb +ķ +Ķ +katalog informatyczny ; Spaces should not be ignored, see: https://sourceware.org/bugzilla/show_bug.cgi?id=388 +katalog informatyczny +katalog przedmiotowy +katalog przedmiotowy +katalogi +L +ļ +Ļ +ł +Ł +ła +Ła +łb +Łb +M +ņ +Ņ +ń +Ń +ńa +Ńa +ńb +Ńn +O +ø +Ø +ó +Ó +óa +Óa +ób +Ób +ŗ +Ŗ +ra +Ra +ŗa +Ŗa +rb +Rb +ŗb +Ŗb +S +š +Š +sa +Sa +ša +Ša +sb +Sb +šb +Šb +ś +Ś +śa +Śa +śb +Śb +T +y +Y +ya +Ya +yb +Yb +z +Z +ž +Ž +ȥ +Ȥ +za +Za +ža +Ža +zb +Zb +žb +Žb +ź +Ź +źa +Źa +źb +Źb +ż +Ż +ża +Ża +żb +Żb +ʒ +Ʒ +ʒa +Ʒa +ʒb +Ʒb -- cgit v1.2.3 From 43f3893f4b5679cb9eb93300b18f7febd17e5239 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 12 Dec 2017 14:39:34 +0100 Subject: Collation order of ȥ has changed in new iso14651_t1_common file, adapt test files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * localedata/cs_CZ.UTF-8.in: adapt this test file to the collation order of ȥ in the new iso14651_t1_common file. * localedata/pl_PL.UTF-8.in: Likewise. --- ChangeLog | 6 ++++++ localedata/cs_CZ.UTF-8.in | 4 ++-- localedata/pl_PL.UTF-8.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'localedata/pl_PL.UTF-8.in') diff --git a/ChangeLog b/ChangeLog index cfabcceae4..1121673ba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-02-27 Mike FABIAN + + * localedata/cs_CZ.UTF-8.in: adapt this test file to the collation + order of ȥ in the new iso14651_t1_common file. + * localedata/pl_PL.UTF-8.in: Likewise. + 2018-02-27 Mike FABIAN * localedata/locales/iso14651_t1_common: Add sections for various diff --git a/localedata/cs_CZ.UTF-8.in b/localedata/cs_CZ.UTF-8.in index 71d19a76fa..b0dcf84205 100644 --- a/localedata/cs_CZ.UTF-8.in +++ b/localedata/cs_CZ.UTF-8.in @@ -184,8 +184,6 @@ z Z ź Ź -ȥ -Ȥ za Za źa @@ -198,6 +196,8 @@ Zbyněk zeleň ZZ Z-2 +ȥ +Ȥ ž Ž Ž diff --git a/localedata/pl_PL.UTF-8.in b/localedata/pl_PL.UTF-8.in index 5f7e9b7d60..1b4f3ef3c1 100644 --- a/localedata/pl_PL.UTF-8.in +++ b/localedata/pl_PL.UTF-8.in @@ -132,8 +132,6 @@ z Z ž Ž -ȥ -Ȥ za Za ža @@ -142,6 +140,8 @@ zb Zb žb Žb +ȥ +Ȥ ź Ź źa -- cgit v1.2.3