Skip to content

Commit

Permalink
Support Unicode 16.0.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Sep 13, 2024
1 parent 0f55f70 commit 187d8b8
Show file tree
Hide file tree
Showing 3 changed files with 2,204 additions and 2,160 deletions.
2 changes: 1 addition & 1 deletion scripts/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# these are the surrogate codepoints, which are not valid rust characters
surrogate_codepoints = (0xd800, 0xdfff)

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

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

Expand Down
Loading

0 comments on commit 187d8b8

Please sign in to comment.