Skip to content

Commit 10a9efc

Browse files
author
Maarten Heremans
committed
Use HTTP transfer protocol instead of FTP to download the unicodedata file.
In secured environments http is more supported for outgoing connections that ftp.
1 parent 4b6bd02 commit 10a9efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using StrTables
55
const VER = UInt32(1)
66

77
const datapath = joinpath(Pkg.dir(), "Unicode_Entities", "data")
8-
const dpath = "ftp://ftp.unicode.org/Public/UNIDATA/"
8+
const dpath = "http://ftp.unicode.org/Public/UNIDATA/"
99
const fname = "UnicodeData.txt"
1010
const disp = [false]
1111

0 commit comments

Comments
 (0)