aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-11-30 15:57:25 +0100
committerMike FABIAN <mfabian@redhat.com>2017-11-30 16:03:22 +0100
commitfbb5fd03d3189c626a002029e599d7e44e623c1e (patch)
tree1b1b76807f1417aef7d0d122d38201295e529c6b /ChangeLog
parent5e56e937c9144e70a16793d2c5aa22d1bd0b2c18 (diff)
downloadglibc-fbb5fd03d3189c626a002029e599d7e44e623c1e.tar
glibc-fbb5fd03d3189c626a002029e599d7e44e623c1e.tar.gz
glibc-fbb5fd03d3189c626a002029e599d7e44e623c1e.tar.bz2
glibc-fbb5fd03d3189c626a002029e599d7e44e623c1e.zip
sr_RS and bs_BA locales: make collation rules the same as for hr_HR [BZ #22534]
According to CLDR, collation rules for Serbian and Bosnian should be the same as for Croatian. [BZ #22534] * localedata/Makefile: Add sr_RS.UTF-8 and bs_BA.UTF-8 to test-input and to the list of locales to be built for testing. * localedata/bs_BA.UTF-8.in: New file (same as hr_HR.UTF-8.in). * localedata/sr_RS.UTF-8.in: New file (same as hr_HR.UTF-8.in). * localedata/locales/bs_BA (LC_COLLATE): Use “copy "hr_HR"”. * localedata/locales/sr_RS (LC_COLLATE): Use “copy "hr_HR"”.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44f46d2dc6..b83024bb73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2017-11-30 Mike FABIAN <mfabian@redhat.com>
+ According to CLDR, collation rules for Serbian and Bosnian
+ should be the same as for Croatian.
+
+ [BZ #22534]
+ * localedata/Makefile: Add sr_RS.UTF-8 and bs_BA.UTF-8 to test-input
+ and to the list of locales to be built for testing.
+ * localedata/bs_BA.UTF-8.in: New file (same as hr_HR.UTF-8.in).
+ * localedata/sr_RS.UTF-8.in: New file (same as hr_HR.UTF-8.in).
+ * localedata/locales/bs_BA (LC_COLLATE): Use “copy "hr_HR"”.
+ * localedata/locales/sr_RS (LC_COLLATE): Use “copy "hr_HR"”.
+
+2017-11-30 Mike FABIAN <mfabian@redhat.com>
+
* localedata/locales/hr_HR (LC_COLLATE): Fix collation
to make test case pass.
* localedata/hr_HR.UTF-8.in: Add more test strings.