Skip to content

Commit

Permalink
Change to use https instead of ftp, pick up Unicode 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Sep 26, 2018
1 parent 2ddc162 commit a7e2a60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/unicode.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/build.jl
Expand Up @@ -5,7 +5,7 @@ using StrTables
const VER = UInt32(1)

const datapath = "../data"
const dpath = "http://ftp.unicode.org/Public/UNIDATA/"
const dpath = "https://www.unicode.org/Public/UCD/latest/ucd/"
const inpname = "UnicodeData.txt"
const fname = "unicode.dat"
const disp = [false]
Expand Down

0 comments on commit a7e2a60

Please sign in to comment.