diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-12-04 13:10:29 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-12-04 18:36:01 +0100 |
commit | 1f6d91f328b7699610210d7d56d2cc49d60e1c27 (patch) | |
tree | 54bbd8f387541f3e622cdd58774bfe3fb0d15aee /ChangeLog | |
parent | 2e49fed84c9ada0ad54445d197060dc28ee94103 (diff) | |
download | glibc-1f6d91f328b7699610210d7d56d2cc49d60e1c27.tar.gz glibc-1f6d91f328b7699610210d7d56d2cc49d60e1c27.tar.xz glibc-1f6d91f328b7699610210d7d56d2cc49d60e1c27.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad05366a8e..758da6266d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2017-12-04 Mike FABIAN <mfabian@redhat.com> + + [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. + 2017-12-04 Chris Metcalf <cmetcalf@mellanox.com> * sysdeps/tile/libm-test-ulps: Update ca{cos,sin,tan}{,h} ulps. |