Skip to content

Commit ec98c83

Browse files
authored
Merge pull request #113 from Marcondiro/master
Update Unicode to version 17.0.0
2 parents be753ea + 01f4bd6 commit ec98c83

File tree

3 files changed

+4901
-4397
lines changed

3 files changed

+4901
-4397
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import urllib.request
2323
from itertools import batched
2424

25-
UNICODE_VERSION = "16.0.0"
25+
UNICODE_VERSION = "17.0.0"
2626
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
2727

2828
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT

0 commit comments

Comments
 (0)