diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-12-06 10:02:48 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-12-06 12:04:29 +0100 |
commit | 62ea2193ee4b538b13da1c579113761e0b92376c (patch) | |
tree | 28ecbc06130b9b86cd942f27c1b78325c49befd5 /localedata/Makefile | |
parent | 37ac8e635a29810318f6d79902102e2e96b2b5bf (diff) | |
download | glibc-62ea2193ee4b538b13da1c579113761e0b92376c.tar.gz glibc-62ea2193ee4b538b13da1c579113761e0b92376c.tar.xz glibc-62ea2193ee4b538b13da1c579113761e0b92376c.zip |
hsb_DE locale: Base collation on copy "iso14651_t1" [BZ #22515]
[BZ #22515] * localedata/Makefile: Add hsb_DE.UTF-8 to test-input and to the list of locales to be built for testing. * localedata/hsb_DE.UTF-8.in: New file for testing the collation. * localedata/locales/hsb_DE (LC_COLLATE): Use “copy "iso14651_t1"” and build the collation rules upon that.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 690748fbc3..d10a72d8ae 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -39,7 +39,8 @@ 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 \ pl_PL.UTF-8 cs_CZ.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 \ - bs_BA.UTF-8 sr_RS.UTF-8 is_IS.UTF-8 et_EE.UTF-8 + bs_BA.UTF-8 sr_RS.UTF-8 is_IS.UTF-8 et_EE.UTF-8 \ + hsb_DE.UTF-8 test-input-data = $(addsuffix .in, $(test-input)) test-output := $(foreach s, .out .xout, \ $(addsuffix $s, $(basename $(test-input)))) @@ -110,7 +111,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \ 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 \ pl_PL.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 bs_BA.UTF-8 sr_RS.UTF-8 \ - is_IS.UTF-8 et_EE.UTF-8 + is_IS.UTF-8 et_EE.UTF-8 hsb_DE.UTF-8 include ../gen-locales.mk endif |