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 tables to Unicode 16.0.0. #577

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Update tables to Unicode 16.0.0. #577

merged 3 commits into from
Oct 22, 2024

Commits on Oct 17, 2024

  1. Update tables to Unicode 16.0.0.

    Add license file change check.
    (Since the license file changed this time,
    and it's something that one should check if it happens.)
    
    Some clean-up.
    Documents that the BG9c rule from Unicode 15.10 is not supported.
    (That would require more bits of information per character,
    information that the current table builder does not have,
    and a correspondingly larger state machine.)
    lrhn committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    68ed612 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Update pkgs/characters/pubspec.yaml

    Co-authored-by: Devon Carew <[email protected]>
    lrhn and devoncarew authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8dfaa9f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Don't add interface modifier in this PR.

    The `Characters` class is an empty interface, but adding `interface` to it is potentially breaking, so not doing it as part of this PR.
    lrhn authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4e77887 View commit details
    Browse the repository at this point in the history