summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2018-04-27 12:50:19 -0400
committerGitHub <noreply@github.com>2018-04-27 12:50:19 -0400
commitd736adeff1a7ae06b6071cd74389061d9b39a6c4 (patch)
treec3249ac6758cc9fc083edf8f705cd6dd81c0393a /data/Makefile
parentd688ac122660e465dc65c8eb7b1c2444fcd52829 (diff)
downloadlibutf8proc-d736adeff1a7ae06b6071cd74389061d9b39a6c4.tar.gz
libutf8proc-d736adeff1a7ae06b6071cd74389061d9b39a6c4.tar.bz2
update to unicode 10 (#132)
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile b/data/Makefile
index f1a3f5f..1bf49e1 100644
--- a/data/Makefile
+++ b/data/Makefile
@@ -20,7 +20,7 @@ utf8proc_data.c.new: data_generator.rb UnicodeData.txt GraphemeBreakProperty.txt
$(RUBY) data_generator.rb < UnicodeData.txt > $@
# GNU Unifont version for font metric calculations:
-UNIFONT_VERSION=9.0.04
+UNIFONT_VERSION=10.0.07
unifont.ttf:
$(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://mirrors.kernel.org/gnu/unifont/unifont-$(UNIFONT_VERSION)/unifont-$(UNIFONT_VERSION).ttf
@@ -35,7 +35,7 @@ CharWidths.txt: charwidths.jl unifont.sfd unifont_upper.sfd EastAsianWidth.txt
$(JULIA) charwidths.jl > $@
# Unicode data version
-UNICODE_VERSION=9.0.0
+UNICODE_VERSION=10.0.0
UnicodeData.txt:
$(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt