summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-07-12 16:30:05 -0400
committerGitHub <noreply@github.com>2016-07-12 16:30:05 -0400
commitc02ebd5a83c009261788df87bce6539259632ccb (patch)
treed28282c399b34026296c27a230d735e954bf33c1 /data
parenteeebf70bcf68443b0b2e5b3d811227ed3f039ea4 (diff)
downloadlibutf8proc-c02ebd5a83c009261788df87bce6539259632ccb.tar.gz
libutf8proc-c02ebd5a83c009261788df87bce6539259632ccb.tar.bz2
update to Unifont 9 (for Unicode 9 charwidths) (#75)
Diffstat (limited to 'data')
-rw-r--r--data/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile b/data/Makefile
index 3e2f493..f0ca831 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=8.0.01
+UNIFONT_VERSION=9.0.01
unifont.ttf:
$(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://mirrors.kernel.org/gnu/unifont/unifont-$(UNIFONT_VERSION)/unifont-$(UNIFONT_VERSION).ttf