We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnicodeData.txt
1 parent 755f479 commit 922891cCopy full SHA for 922891c
doc/Makefile
@@ -24,11 +24,12 @@ help:
24
DOCUMENTER_OPTIONS := linkcheck=$(linkcheck) doctest=$(doctest) buildroot=$(call cygpath_w,$(BUILDROOT)) \
25
texplatform=$(texplatform)
26
27
-$(SRCCACHE)/UnicodeData.txt:
+UNICODE_DATA_VERSION=13.0.0
28
+$(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt:
29
@mkdir -p "$(SRCCACHE)"
- $(JLDOWNLOAD) "$@" http://www.unicode.org/Public/13.0.0/ucd/UnicodeData.txt
30
+ $(JLDOWNLOAD) "$@" http://www.unicode.org/Public/$(UNICODE_DATA_VERSION)/ucd/UnicodeData.txt
31
-deps: $(SRCCACHE)/UnicodeData.txt
32
+deps: $(SRCCACHE)/UnicodeData-$(UNICODE_DATA_VERSION).txt
33
$(JLCHECKSUM) "$<"
34
cp "$<" UnicodeData.txt
35
0 commit comments