unicode 15 support (#247)

This commit is contained in:
Steven G. Johnson
2022-10-24 23:18:17 -04:00
committed by GitHub
parent 1f1e42d3b8
commit 3c4929495a
6 changed files with 3375 additions and 3189 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=14.0.0
UNICODE_VERSION=15.0.0
UnicodeData.txt:
$(CURL) $(CURLFLAGS) -o $@ https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt