Skip to content

Commit 0890a53

Browse files
committed
new emoji-data.txt location (fixes #181)
1 parent 0ff48bf commit 0890a53

File tree

2 files changed

+4293
-4288
lines changed

2 files changed

+4293
-4288
lines changed

data/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ CharWidths.txt: charwidths.jl EastAsianWidth.txt
2424
# Unicode data version (must also update utf8proc_unicode_version function)
2525
UNICODE_VERSION=13.0.0
2626

27-
# Unicode emoji version (managed separately from UNICODE_VERSION)
28-
UNICODE_EMOJI_VERSION=13.0
29-
3027
UnicodeData.txt:
3128
$(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt
3229

@@ -52,7 +49,7 @@ GraphemeBreakTest.txt:
5249
$(CURL) $(CURLFLAGS) $(URLCACHE)http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/auxiliary/GraphemeBreakTest.txt | $(PERL) -pe 's,÷,/,g;s,×,+,g' > $@
5350

5451
emoji-data.txt:
55-
$(CURL) $(CURLFLAGS) -o $@ -O $(URLCACHE)http://unicode.org/Public/emoji/$(UNICODE_EMOJI_VERSION)/emoji-data.txt
52+
$(CURL) $(CURLFLAGS) -o $@ -O $(URLCACHE)http://unicode.org/Public/$(UNICODE_VERSION)/ucd/emoji/emoji-data.txt
5653

5754
clean:
5855
rm -f UnicodeData.txt EastAsianWidth.txt GraphemeBreakProperty.txt DerivedCoreProperties.txt CompositionExclusions.txt CaseFolding.txt NormalizationTest.txt GraphemeBreakTest.txt CharWidths.txt emoji-data.txt

0 commit comments

Comments
 (0)