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 4b6bd02 + 10a9efc commit 532ebe8Copy full SHA for 532ebe8
deps/build.jl
@@ -5,7 +5,7 @@ using StrTables
5
const VER = UInt32(1)
6
7
const datapath = joinpath(Pkg.dir(), "Unicode_Entities", "data")
8
-const dpath = "ftp://ftp.unicode.org/Public/UNIDATA/"
+const dpath = "http://ftp.unicode.org/Public/UNIDATA/"
9
const fname = "UnicodeData.txt"
10
const disp = [false]
11
0 commit comments