Skip to content

Commit

Permalink
Support Unicode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Sep 22, 2023
1 parent 3d7266d commit 90f3332
Show file tree
Hide file tree
Showing 5 changed files with 3,653 additions and 5,411 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Expand Up @@ -29,4 +29,6 @@ jobs:
- name: Rustfmt
run: cargo fmt --check
- name: Verify regenerated files
run: ./scripts/unicode.py && diff tables.rs src/tables.rs
run: ./scripts/unicode.py && diff tables.rs src/tables.rs
- name: Verify regenerated tests
run: ./scripts/unicode_gen_breaktests.py && diff testdata.rs src/testdata.rs
2 changes: 1 addition & 1 deletion scripts/unicode.py
Expand Up @@ -54,7 +54,7 @@
# these are the surrogate codepoints, which are not valid rust characters
surrogate_codepoints = (0xd800, 0xdfff)

UNICODE_VERSION = (15, 0, 0)
UNICODE_VERSION = (15, 1, 0)

UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION

Expand Down

0 comments on commit 90f3332

Please sign in to comment.