Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Unicode 14.0 #89614

Merged
merged 3 commits into from
Oct 9, 2021
Merged

Update to Unicode 14.0 #89614

merged 3 commits into from
Oct 9, 2021

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    e159d42 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Let unicode-table-generator fail gracefully for bitsets

    The "Alphabetic" property in Unicode 14 grew too big for the bitset
    representation, panicking "cannot pack 264 into 8 bits". However, we
    were already choosing the skiplist for that anyway, so this doesn't need
    to be a hard failure. That panic is now a returned `Err`, and then in
    `emit_codepoints` we automatically defer to skiplist.
    cuviper committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6b0b417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459a7e3 View commit details
    Browse the repository at this point in the history