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.
1 parent 2ddc162 commit a7e2a60Copy full SHA for a7e2a60
data/unicode.dat
21 KB
deps/build.jl
@@ -5,7 +5,7 @@ using StrTables
5
const VER = UInt32(1)
6
7
const datapath = "../data"
8
-const dpath = "http://ftp.unicode.org/Public/UNIDATA/"
+const dpath = "https://www.unicode.org/Public/UCD/latest/ucd/"
9
const inpname = "UnicodeData.txt"
10
const fname = "unicode.dat"
11
const disp = [false]
0 commit comments