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.
1 parent 974eb90 commit 3571dacCopy full SHA for 3571dac
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