diff options
author | Tom Smeding <tom@tomsmeding.com> | 2022-04-13 12:01:04 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2022-04-13 12:03:37 +0200 |
commit | 818d721148927bcc62011cffedcb2161ed4c597d (patch) | |
tree | 66d1645d0e7dd28dc1690d03daf7afaff8975b37 | |
parent | 1e790de760e1921fc079f9609e370296fc1d94c4 (diff) |
unicode: Up UnicodeData.txt
-rwxr-xr-x | install_prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 || { |