8000 Merge pull request #101 from Smittyvb/unicode-14 · denizdogan/unicode-segmentation@a3e5a0f · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3e5a0f

Browse files
authored
Merge pull request unicode-rs#101 from Smittyvb/unicode-14
Upgrade to Unicode 14.0.0
2 parents c70eef5 + cd74b7e commit a3e5a0f

File tree

3 files changed

+1004
-951
lines changed

3 files changed

+1004
-951
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
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 = (13, 0, 0)
57+
UNICODE_VERSION = (14, 0, 0)
5858

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

0 commit comments

Comments
 (0)
0