aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2021-09-27 15:27:36 +0200
committerMike FABIAN <mfabian@redhat.com>2021-10-04 08:54:27 +0200
commitb5172560152052ad265c3f11d58cf5e33e98e478 (patch)
tree9763f4d60f1acb4a129abaf52292e1fc71a00650 /NEWS
parenteae81d70574e923ce3c59078b8df857ae192efa6 (diff)
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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 614b21e471..2e3804e4d8 100644
--- a/NEWS
+++ b/NEWS
@@ -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.