Skip to content

Commit 1b4a80b

Browse files
authored
Merge pull request #33 from crlf0710/master
Bump to Unicode 17
2 parents eb9d304 + 04640a9 commit 1b4a80b

File tree

2 files changed

+5319
-3105
lines changed

2 files changed

+5319
-3105
lines changed

scripts/unicode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
4141
'''
4242

43-
UNICODE_VERSION = (16, 0, 0)
43+
UNICODE_VERSION = (17, 0, 0)
4444

4545
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
4646

4747
# Download a Unicode security table file
4848
def fetch(f):
4949
if not os.path.exists(os.path.basename(f)):
50-
os.system("curl -O https://www.unicode.org/Public/security/%s/%s"
50+
os.system("curl -O https://www.unicode.org/Public/%s/security/%s"
5151
% (UNICODE_VERSION_NUMBER, f))
5252

5353
if not os.path.exists(os.path.basename(f)):

0 commit comments

Comments
 (0)