diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-11-20 22:33:08 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-11-20 22:33:08 -0500 |
commit | 1dd9c9aec9fd593d033540900fb91b597a085cf5 (patch) | |
tree | 3a1946b88b7cb9bc23b88479d1c82c757c4fb207 /pango/pango-emoji-table.h | |
parent | 32166a14a41c9183e2880459aceb79a6f56273e7 (diff) | |
download | pango-1dd9c9aec9fd593d033540900fb91b597a085cf5.tar.gz |
[emoji] Err. Back to newer data file
Diffstat (limited to 'pango/pango-emoji-table.h')
-rw-r--r-- | pango/pango-emoji-table.h | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/pango/pango-emoji-table.h b/pango/pango-emoji-table.h index 77d99a71..138de885 100644 --- a/pango/pango-emoji-table.h +++ b/pango/pango-emoji-table.h @@ -7,13 +7,13 @@ * on file with this header: * * # emoji-data.txt - * # Date: 2017-06-19, 11:13:24 GMT - * # © 2017 Unicode®, Inc. + * # Date: 2018-02-07, 07:55:18 GMT + * # © 2018 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 UTR #51 - * # Version: 5.0 + * # Emoji Data for UTS #51 + * # Version: 11.0 * # * # For documentation and usage, see http://www.unicode.org/reports/tr51 */ @@ -65,12 +65,12 @@ static const struct Interval _pango_Emoji_table[] = {0x2640, 0x2640}, {0x2642, 0x2642}, {0x2648, 0x2653}, - {0x2660, 0x2660}, + {0x265F, 0x2660}, {0x2663, 0x2663}, {0x2665, 0x2666}, {0x2668, 0x2668}, {0x267B, 0x267B}, - {0x267F, 0x267F}, + {0x267E, 0x267F}, {0x2692, 0x2697}, {0x2699, 0x2699}, {0x269B, 0x269C}, @@ -165,15 +165,17 @@ static const struct Interval _pango_Emoji_table[] = {0x1F6E9, 0x1F6E9}, {0x1F6EB, 0x1F6EC}, {0x1F6F0, 0x1F6F0}, - {0x1F6F3, 0x1F6F8}, + {0x1F6F3, 0x1F6F9}, {0x1F910, 0x1F93A}, {0x1F93C, 0x1F93E}, {0x1F940, 0x1F945}, - {0x1F947, 0x1F94C}, - {0x1F950, 0x1F96B}, - {0x1F980, 0x1F997}, - {0x1F9C0, 0x1F9C0}, - {0x1F9D0, 0x1F9E6}, + {0x1F947, 0x1F970}, + {0x1F973, 0x1F976}, + {0x1F97A, 0x1F97A}, + {0x1F97C, 0x1F9A2}, + {0x1F9B0, 0x1F9B9}, + {0x1F9C0, 0x1F9C2}, + {0x1F9D0, 0x1F9FF}, }; static const struct Interval _pango_Emoji_Presentation_table[] = @@ -244,15 +246,17 @@ static const struct Interval _pango_Emoji_Presentation_table[] = {0x1F6CC, 0x1F6CC}, {0x1F6D0, 0x1F6D2}, {0x1F6EB, 0x1F6EC}, - {0x1F6F4, 0x1F6F8}, + {0x1F6F4, 0x1F6F9}, {0x1F910, 0x1F93A}, {0x1F93C, 0x1F93E}, {0x1F940, 0x1F945}, - {0x1F947, 0x1F94C}, - {0x1F950, 0x1F96B}, - {0x1F980, 0x1F997}, - {0x1F9C0, 0x1F9C0}, - {0x1F9D0, 0x1F9E6}, + {0x1F947, 0x1F970}, + {0x1F973, 0x1F976}, + {0x1F97A, 0x1F97A}, + {0x1F97C, 0x1F9A2}, + {0x1F9B0, 0x1F9B9}, + {0x1F9C0, 0x1F9C2}, + {0x1F9D0, 0x1F9FF}, }; static const struct Interval _pango_Emoji_Modifier_table[] = @@ -293,6 +297,8 @@ static const struct Interval _pango_Emoji_Modifier_Base_table[] = {0x1F926, 0x1F926}, {0x1F930, 0x1F939}, {0x1F93D, 0x1F93E}, + {0x1F9B5, 0x1F9B6}, + {0x1F9B8, 0x1F9B9}, {0x1F9D1, 0x1F9DD}, }; |