8000 Merge pull request #72 from unicode-rs/unicode-12 · YohDeadfall/unicode-segmentation@8b601c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b601c1

Browse files
authored
Merge pull request unicode-rs#72 from unicode-rs/unicode-12
Update to Unicode 12
2 parents 1e8114b + 9d8a4b3 commit 8b601c1

File tree

3 files changed

+1383
-1354
lines changed

3 files changed

+1383
-1354
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 = (11, 0, 0)
57+
UNICODE_VERSION = (12, 0, 0)
5858

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

0 commit comments

Comments
 (0)
0