Skip to content

Commit a7e2a60

Browse files
committed
Change to use https instead of ftp, pick up Unicode 11
1 parent 2ddc162 commit a7e2a60

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data/unicode.dat

21 KB
Binary file not shown.

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 = "../data"
8-
const dpath = "http://ftp.unicode.org/Public/UNIDATA/"
8+
const dpath = "https://www.unicode.org/Public/UCD/latest/ucd/"
99
const inpname = "UnicodeData.txt"
1010
const fname = "unicode.dat"
1111
const disp = [false]

0 commit comments

Comments
 (0)