update for unicode 14 (#233)

This commit is contained in:
Steven G. Johnson
2021-12-16 21:08:37 -05:00
committed by GitHub
parent 0e59e0b035
commit b093cf9dd4
8 changed files with 9211 additions and 8857 deletions

View File

@@ -22,7 +22,7 @@ CharWidths.txt: charwidths.jl EastAsianWidth.txt
$(JULIA) charwidths.jl > $@
# Unicode data version (must also update utf8proc_unicode_version function)
UNICODE_VERSION=13.0.0
UNICODE_VERSION=14.0.0
UnicodeData.txt:
$(CURL) $(CURLFLAGS) -o $@ https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt