From 4b7af5fca7db9fe1f4c078c57f20a08e2a1e2404 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 17 Nov 2017 10:54:52 +0100 Subject: lv_LV locale: fix collation [BZ #15537] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [BZ #15537] * localedata/locales/lv_LV (LC_COLLATE): Fix collation by using “copy "iso14651_t1"” and then implementing the collation rules for lv from CLDR on top of that. * Makefile: Add lv_LV.UTF-8 to test-input and to the list of locales to be built for testing. * lv_LV.UTF-8.in: New file with test data to test the Latvian sorting. Reviewed-by: Carlos O'Donell --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 720f78f203..64a8d9c8ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2017-11-21 Mike FABIAN + + [BZ #15537] + * localedata/locales/lv_LV (LC_COLLATE): Fix collation by + using “copy "iso14651_t1"” and then implementing the + collation rules for lv from CLDR on top of that. + * Makefile: Add lv_LV.UTF-8 to test-input and to the list + of locales to be built for testing. + * lv_LV.UTF-8.in: New file with test data to test the Latvian + sorting. + 2017-11-21 Joseph Myers * sysdeps/unix/sysv/linux/hppa/bits/mman.h -- cgit 1.4.1