[Unicode 14] Update the emoji table
diff --git a/src/hb-unicode-emoji-table.hh b/src/hb-unicode-emoji-table.hh
index 4187869..c216379 100644
--- a/src/hb-unicode-emoji-table.hh
+++ b/src/hb-unicode-emoji-table.hh
@@ -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
  */
diff --git a/src/update-unicode-tables.make b/src/update-unicode-tables.make
index 95edb9a..f31b34e 100755
--- a/src/update-unicode-tables.make
+++ b/src/update-unicode-tables.make
@@ -13,7 +13,7 @@
 	./$^ > $@ || ($(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 @@
 	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: