We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb9d304 + 04640a9 commit 1b4a80bCopy full SHA for 1b4a80b
scripts/unicode.py
@@ -40,14 +40,14 @@
40
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
41
'''
42
43
-UNICODE_VERSION = (16, 0, 0)
+UNICODE_VERSION = (17, 0, 0)
44
45
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
46
47
# Download a Unicode security table file
48
def fetch(f):
49
if not os.path.exists(os.path.basename(f)):
50
- os.system("curl -O https://www.unicode.org/Public/security/%s/%s"
+ os.system("curl -O https://www.unicode.org/Public/%s/security/%s"
51
% (UNICODE_VERSION_NUMBER, f))
52
53
0 commit comments