LC_COLLATE in localedata/locales/tr_TR does not build upon copy "iso14651_t1" missing all updates from there.
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 96b06a19e602557bfa668ad9c1a9f29044d3e774 (commit) via 1f6d91f328b7699610210d7d56d2cc49d60e1c27 (commit) from 2e49fed84c9ada0ad54445d197060dc28ee94103 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=96b06a19e602557bfa668ad9c1a9f29044d3e774 commit 96b06a19e602557bfa668ad9c1a9f29044d3e774 Author: Mike FABIAN <mfabian@redhat.com> Date: Mon Dec 4 17:46:28 2017 +0100 tr_TR locale: Base collation on iso14651_t1 [BZ #22527] [BZ #22527] * localedata/locales/tr_TR (LC_COLLATE): Base collation rules on iso14651_t1. A test file localedata/tr_TR.UTF-8.in is already available, this rewrite of the collation rules does reproduce the test file in the same order. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1f6d91f328b7699610210d7d56d2cc49d60e1c27 commit 1f6d91f328b7699610210d7d56d2cc49d60e1c27 Author: Mike FABIAN <mfabian@redhat.com> Date: Mon Dec 4 13:10:29 2017 +0100 hr_HR locale: Don’t use single code points for the digraphs in LC_TIME [BZ #10580] * localedata/locales/hr_HR (LC_TIME): Use two letters for the digraphs in the month and day names. Using single code points for digraphs is deprecated. While there are dedicated Unicode codepoints, for the digraphs, these are included for backwards compatibility and modern texts use a sequence of Basic Latin characters. See: https://www.unicode.org/faq/ligature_digraph.html This makes the month and day names agree exactly with CLDR now, CLDR does not use the single code points for the digraphs either. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 20 + localedata/locales/hr_HR | 18 +- localedata/locales/tr_TR | 2112 ++-------------------------------------------- 3 files changed, 82 insertions(+), 2068 deletions(-)
Fixed in glibc master.