Skip to content

Commit

Permalink
Merge pull request #107 from Smittyvb/unicode-15
Browse files Browse the repository at this point in the history
Upgrade to Unicode 15.0.0
  • Loading branch information
Manishearth committed Sep 13, 2022
2 parents 9d79ee2 + af09157 commit 8afd198
Show file tree
Hide file tree
Showing 3 changed files with 1,207 additions and 1,173 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 = (14, 0, 0)
UNICODE_VERSION = (15, 0, 0)

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

Expand Down

0 comments on commit 8afd198

Please sign in to comment.