diff options
author | Mike FABIAN <mfabian@redhat.com> | 2021-09-27 15:27:36 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2021-10-04 08:54:27 +0200 |
commit | b5172560152052ad265c3f11d58cf5e33e98e478 (patch) | |
tree | 9763f4d60f1acb4a129abaf52292e1fc71a00650 /NEWS | |
parent | eae81d70574e923ce3c59078b8df857ae192efa6 (diff) | |
download | glibc-b5172560152052ad265c3f11d58cf5e33e98e478.tar glibc-b5172560152052ad265c3f11d58cf5e33e98e478.tar.gz glibc-b5172560152052ad265c3f11d58cf5e33e98e478.tar.bz2 glibc-b5172560152052ad265c3f11d58cf5e33e98e478.zip |
Update to Unicode 14.0.0 [BZ #28390]
Unicode 14.0.0 Support: Character encoding, character type info, and
transliteration tables are all updated to Unicode 14.0.0, using
the generator scripts contributed by Mike FABIAN (Red Hat).
Total added characters in newly generated CHARMAP: 838
Total removed characters in newly generated WIDTH: 1
(Characters not in WIDTH get width 1 by default, i.e. these have width 1 now.)
removed: <U1734> 0 : eaw=N category=Mc bidi=L name=HANUNOO SIGN PAMUDPOD
That seems intentional, the character had category Mn (Mark, nonspacing) before
and now has Mc (Mark, spacing combining)
Total changed characters in newly generated WIDTH: 0
Total added characters in newly generated WIDTH: 175
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Version 2.35 Major new features: +* Unicode 14.0.0 Support: Character encoding, character type info, and + transliteration tables are all updated to Unicode 14.0.0, using + generator scripts contributed by Mike FABIAN (Red Hat). + * Bump r_version in the debugger interface to 2 and add a new field, r_next, support multiple namespaces. |