Skip to content

Commit

Permalink
Rollup merge of rust-lang#89614 - cuviper:unicode-14, r=joshtriplett
Browse files Browse the repository at this point in the history
Update to Unicode 14.0

The Unicode Standard [announced Version 14.0](https://home.unicode.org/announcing-the-unicode-standard-version-14-0/) on September 14, 2021, and this pull request updates the generated tables in `core` accordingly.

This did require a little prep-work in `unicode-table-generator`. First, rust-lang#81358 had modified the generated file instead of the tool, so that change is now reflected in the tool as well. Next, I found that the "Alphabetic" property in version 14 was panicking when generating a bitset, "cannot pack 264 into 8 bits". We've been using the skiplist for that anyway, so I changed this to fail gracefully. Finally, I confirmed that the tool still created the exact same tables for 13 before moving to 14.
  • Loading branch information
GuillaumeGomez committed Oct 9, 2021
2 parents 3323ba1 + 459a7e3 commit 123f07f
Show file tree
Hide file tree
Showing 4 changed files with 674 additions and 564 deletions.
Loading

0 comments on commit 123f07f

Please sign in to comment.