On 11/14/23 02:33, Jakub Jelinek wrote:
Hi!

On Tue, Nov 14, 2023 at 08:23:27AM +0100, Jakub Jelinek wrote:
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.

Reposted, because the attachment was still too even after compression.
This compressed patch leaves out uname2c.h changes, will post that as
a separate mail.

2023-11-14  Jakub Jelinek  <ja...@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.

OK.

Reply via email to