diff options
author | Mike FABIAN <mfabian@redhat.com> | 2024-01-18 16:52:03 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2024-01-25 11:41:02 +0100 |
commit | 5176a830e70140cb3390c62b7d41f75dbbf33c7c (patch) | |
tree | 45dbbee79f9ed0bce49e9a58a3ed8cfcdda24ac3 /stdio-common/Makefile | |
parent | c06c8aeb61708249d8eb0b17a676d16771ea640b (diff) | |
download | glibc-5176a830e70140cb3390c62b7d41f75dbbf33c7c.tar glibc-5176a830e70140cb3390c62b7d41f75dbbf33c7c.tar.gz glibc-5176a830e70140cb3390c62b7d41f75dbbf33c7c.tar.bz2 glibc-5176a830e70140cb3390c62b7d41f75dbbf33c7c.zip |
localedata: Use consistent values for grouping and mon_grouping
Resolves: BZ # 31205
Adapt test cases in test-grouping_iterator.c
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index a8959c14e4..e312565f3b 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -359,6 +359,7 @@ $(addprefix $(objpfx)siglist, $(object-suffixes-noshared)): \ ifeq ($(run-built-tests),yes) LOCALES := \ + bn_BD.UTF-8 \ de_DE.ISO-8859-1 \ de_DE.UTF-8 \ en_US.ISO-8859-1 \ @@ -366,7 +367,9 @@ LOCALES := \ hi_IN.UTF-8 \ ja_JP.EUC-JP \ ps_AF.UTF-8 \ + rw_RW.UTF-8 \ tg_TJ.UTF-8 \ + unm_US.UTF-8 \ # LOCALES include ../gen-locales.mk |