libcpp, contrib: Update to Unicode 15.1
commitd64b7c82dab4f0aadf239c8382735add33e38586
authorJakub Jelinek <jakub@redhat.com>
Tue, 14 Nov 2023 17:32:37 +0000 (14 18:32 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 14 Nov 2023 17:32:37 +0000 (14 18:32 +0100)
tree678fab8f655ebe25e5f57c5782bffd776e839aec
parent194825f20619a1c4b51eaea84f20432fefc0db03
libcpp, contrib: Update to Unicode 15.1

The following patch (in plaintext just a pseudo-patch where I've left out
the too big parts of either wget downloaded or regenerated files out with
..., full patch attached compressed) updates to Unicode 15.1 from 15.0
we had last year.  Apparently Unicode forgot to add a new range to 4-8 Table
we are using, but from the other files it is clear what should have been
added; I've filed a bugreport against Unicode.

2023-11-14  Jakub Jelinek  <jakub@redhat.com>

contrib/
* unicode/README: Adjust glibc git commit hash, number of Unicode
data files to be updated and latest Unicode version.
* unicode/from_glibc/utf8_gen.py: Update from glibc.
* unicode/UnicodeData.txt: Update from Unicode 15.1.
* unicode/EastAsianWidth.txt: Likewise.
* unicode/DerivedNormalizationProps.txt: Likewise.
* unicode/NameAliases.txt: Likewise.
* unicode/DerivedCoreProperties.txt: Likewise.
* unicode/PropList.txt: Likewise.
libcpp/
* makeucnid.cc (write_copyright): Update copyright year.
* makeuname2c.cc (write_copyright): Likewise.
(struct generated): Update latest Unicode version.
(generated_ranges): Add 2ebf0-2ee5d CJK UNIFIED IDEOGRAPH
range which was forgotten to be added to 4-8 table, but
clearly is expected to be there from the 15.1 additions.
* ucnid.h: Regenerated.
* uname2c.h: Regenerated.
* generated_cpp_wcwidth.h: Regenerated.
13 files changed:
contrib/unicode/DerivedCoreProperties.txt
contrib/unicode/DerivedNormalizationProps.txt
contrib/unicode/EastAsianWidth.txt
contrib/unicode/NameAliases.txt
contrib/unicode/PropList.txt
contrib/unicode/README
contrib/unicode/UnicodeData.txt
contrib/unicode/from_glibc/utf8_gen.py
libcpp/generated_cpp_wcwidth.h
libcpp/makeucnid.cc
libcpp/makeuname2c.cc
libcpp/ucnid.h
libcpp/uname2c.h