Bug 22527 - tr_TR LC_COLLATE does not use copy "iso14651_t1"
Summary: tr_TR LC_COLLATE does not use copy "iso14651_t1"
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.26
: P2 normal
Target Milestone: 2.27
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-29 12:57 UTC by Mike FABIAN
Modified: 2017-12-04 17:38 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike FABIAN 2017-11-29 12:57:02 UTC
LC_COLLATE in localedata/locales/tr_TR does not build upon

copy "iso14651_t1"

missing all updates from there.
Comment 1 Sourceware Commits 2017-12-04 17:36:49 UTC
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(-)
Comment 2 Mike FABIAN 2017-12-04 17:38:08 UTC
Fixed in glibc master.