summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2019-03-30 13:46:01 -0400
committerGitHub <noreply@github.com>2019-03-30 13:46:01 -0400
commite76cebb784028d33e3bfd9fd0170e6835b9522b8 (patch)
treec1280c6fff0e0edce009f1f3a50fae81b7c5dc33 /data
parent5ae11afe8f0d5cbffdac742b0b1164a31af99b83 (diff)
downloadlibutf8proc-e76cebb784028d33e3bfd9fd0170e6835b9522b8.tar.gz
libutf8proc-e76cebb784028d33e3bfd9fd0170e6835b9522b8.tar.bz2
update for unicode 12 (#148)
Diffstat (limited to 'data')
-rw-r--r--data/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile b/data/Makefile
index 1b24728..4ef0ced 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=11.0.01
+UNIFONT_VERSION=12.0.01
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=11.0.0
+UNICODE_VERSION=12.0.0
UnicodeData.txt:
$(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt