[Unicode 14] Update the emoji table
This commit is contained in:
parent
ec5688f50f
commit
35ac0de42b
|
@ -6,14 +6,14 @@
|
|||
*
|
||||
* on file with this header:
|
||||
*
|
||||
* # emoji-data.txt
|
||||
* # Date: 2020-01-28, 20:52:38 GMT
|
||||
* # © 2020 Unicode®, Inc.
|
||||
* # emoji-data-14.0.0.txt
|
||||
* # Date: 2021-08-26, 17:22:22 GMT
|
||||
* # © 2021 Unicode®, Inc.
|
||||
* # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
|
||||
* # For terms of use, see http://www.unicode.org/terms_of_use.html
|
||||
* #
|
||||
* # Emoji Data for UTS #51
|
||||
* # Version: 13.0
|
||||
* # Used with Emoji Version 14.0 and subsequent minor revisions (if any)
|
||||
* #
|
||||
* # For documentation and usage, see http://www.unicode.org/reports/tr51
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@ hb-ot-shape-complex-arabic-joining-list.hh: gen-arabic-joining-list.py ArabicSha
|
|||
./$^ > $@ || ($(RM) $@; false)
|
||||
hb-ot-shape-complex-arabic-table.hh: gen-arabic-table.py ArabicShaping.txt UnicodeData.txt Blocks.txt
|
||||
./$^ > $@ || ($(RM) $@; false)
|
||||
hb-unicode-emoji-table.hh: gen-emoji-table.py emoji-data.txt
|
||||
hb-unicode-emoji-table.hh: gen-emoji-table.py emoji-data.txt emoji-test.txt
|
||||
./$^ > $@ || ($(RM) $@; false)
|
||||
hb-ot-shape-complex-indic-table.cc: gen-indic-table.py IndicSyllabicCategory.txt IndicPositionalCategory.txt Blocks.txt
|
||||
./$^ > $@ || ($(RM) $@; false)
|
||||
|
@ -37,6 +37,8 @@ Blocks.txt:
|
|||
curl -O https://unicode.org/Public/UCD/latest/ucd/Blocks.txt
|
||||
emoji-data.txt:
|
||||
curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt
|
||||
emoji-test.txt:
|
||||
curl -O https://www.unicode.org/Public/emoji/latest/emoji-test.txt
|
||||
IndicSyllabicCategory.txt:
|
||||
curl -O https://unicode.org/Public/UCD/latest/ucd/IndicSyllabicCategory.txt
|
||||
IndicPositionalCategory.txt:
|
||||
|
|
Loading…
Reference in New Issue