8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 974eb90 + 3571dac commit 683ae04Copy full SHA for 683ae04
scripts/unicode.py
@@ -59,7 +59,7 @@ def fetch(f):
59
os.system("curl -O https://www.unicode.org/Public/emoji/%s.%s/%s"
60
% (UNICODE_VERSION[0], UNICODE_VERSION[1], f))
61
else:
62
- os.system("curl -O http://www.unicode.org/Public/%s/ucd/%s"
+ os.system("curl -O https://www.unicode.org/Public/%s/ucd/%s"
63
% (UNICODE_VERSION_NUMBER, f))
64
65
if not os.path.exists(os.path.basename(f)):
0 commit comments