diff options
author | Mike FABIAN <mfabian@redhat.com> | 2018-06-18 18:23:44 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2018-07-04 12:03:33 +0200 |
commit | b11643c21c5c9d67a69c8ae952e5231ce002e7f1 (patch) | |
tree | 7828aa5c5474e50e4b97243bc2d7b9d9e42e5c8a /NEWS | |
parent | 5a357506659f9a00fcf5bc9c5d8fc676175c89a7 (diff) | |
download | glibc-b11643c21c5c9d67a69c8ae952e5231ce002e7f1.tar glibc-b11643c21c5c9d67a69c8ae952e5231ce002e7f1.tar.gz glibc-b11643c21c5c9d67a69c8ae952e5231ce002e7f1.tar.bz2 glibc-b11643c21c5c9d67a69c8ae952e5231ce002e7f1.zip |
Bug 23308: Update to Unicode 11.0.0
Unicode 11.0.0 Support: Character encoding, character type info, and
transliteration tables are all updated to Unicode 11.0.0, using
the generator scripts contributed by Mike FABIAN (Red Hat).
Some info about the number of characters added:
Total added characters in newly generated CHARMAP: 684
Total added characters in newly generated WIDTH: 119
alpha: Added 380 characters in new ctype which were not in old ctype
combining: Added 56 characters in new ctype which were not in old ctype
combining_level3: Added 37 characters in new ctype which were not in old ctype
graph: Added 684 characters in new ctype which were not in old ctype
lower: Added 82 characters in new ctype which were not in old ctype
print: Added 684 characters in new ctype which were not in old ctype
punct: Added 304 characters in new ctype which were not in old ctype
tolower: Added 79 characters in new ctype which were not in old ctype
totitle: Added 33 characters in new ctype which were not in old ctype
toupper: Added 79 characters in new ctype which were not in old ctype
upper: Added 79 characters in new ctype which were not in old ctype
No characters were removed.
[BZ #23308]
* unicode-gen/Makefile (UNICODE_VERSION): Set to 11.0.0.
* localedata/unicode-gen/DerivedCoreProperties.txt: Update to Unicode 11.0.0.
* localedata/unicode-gen/EastAsianWidth.txt: likewise.
* localedata/unicode-gen/PropList.txt: likewise.
* localedata/unicode-gen/UnicodeData.txt: likewise.
* localedata/charmaps/UTF-8: Regenerate.
* localedata/locales/i18n_ctype: likewise.
* localedata/locales/tr_TR: likewise.
* localedata/locales/translit_circle: likewise.
* localedata/locales/translit_cjk_compat: likewise.
* localedata/locales/translit_combining: likewise.
* localedata/locales/translit_compat: likewise.
* localedata/locales/translit_font: likewise.
* localedata/locales/translit_fraction: likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Version 2.28 Major new features: +* Unicode 11.0.0 Support: Character encoding, character type info, and + transliteration tables are all updated to Unicode 11.0.0, using + generator scripts contributed by Mike FABIAN (Red Hat). + * <math.h> functions that round their results to a narrower type are added from TS 18661-1:2014 and TS 18661-3:2015: |