Skip to content

Commit 187d8b8

Browse files
authored
Support Unicode 16.0.0 (#140)
1 parent 0f55f70 commit 187d8b8

File tree

3 files changed

+2204
-2160
lines changed

3 files changed

+2204
-2160
lines changed

scripts/unicode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# these are the surrogate codepoints, which are not valid rust characters
5555
surrogate_codepoints = (0xd800, 0xdfff)
5656

57-
UNICODE_VERSION = (15, 1, 0)
57+
UNICODE_VERSION = (16, 0, 0)
5858

5959
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
6060

0 commit comments

Comments
 (0)