From 818d721148927bcc62011cffedcb2161ed4c597d Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 13 Apr 2022 12:01:04 +0200 Subject: unicode: Up UnicodeData.txt --- install_prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_prepare.sh b/install_prepare.sh index d84b4d8..7889ade 100755 --- a/install_prepare.sh +++ b/install_prepare.sh @@ -6,7 +6,7 @@ test -f "$abbrgen_execname" || \ g++ -Wall -Wextra -std=c++11 -O3 -o "$abbrgen_execname" modules/abbrgen/abbreviation_gen.cpp test -f modules/unicode/UnicodeData.txt || \ - curl -Ls 'https://www.unicode.org/Public/13.0.0/ucd/UnicodeData.txt' >modules/unicode/UnicodeData.txt + curl -Ls 'https://www.unicode.org/Public/15.0.0/ucd/UnicodeData-15.0.0d5.txt' >modules/unicode/UnicodeData.txt mkdir -p static/fonts test -f static/fonts/mononoki-Regular.woff || { -- cgit v1.2.3-54-g00ecf