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.
1 parent 269e0f9 commit 8a23a6eCopy full SHA for 8a23a6e
scripts/unicode.py
@@ -64,10 +64,10 @@ def is_surrogate(n):
64
def fetch(f):
65
if not os.path.exists(os.path.basename(f)):
66
if "emoji" in f:
67
- os.system("curl -O http://www.unicode.org/Public/%s/ucd/emoji/%s"
+ os.system("curl -O https://www.unicode.org/Public/%s/ucd/emoji/%s"
68
% (UNICODE_VERSION_NUMBER, f))
69
else:
70
- os.system("curl -O http://www.unicode.org/Public/%s/ucd/%s"
+ os.system("curl -O https://www.unicode.org/Public/%s/ucd/%s"
71
72
73
0 commit comments