Skip to content

Commit 532ebe8

Browse files
author
Maarten Heremans
authored
Merge pull request #1 from maartenheremans/bugfix/http_insteadof_ftp
Use HTTP transfer protocol instead of FTP to download the unicodedata…
2 parents 4b6bd02 + 10a9efc commit 532ebe8

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)