gingerbeardman / Emojipedia

MacOS X Dictionary containing Emoji and their meanings
MIT License
250 stars 13 forks source link

Update to use Emoji CLDR data #16

Open gingerbeardman opened 5 years ago

gingerbeardman commented 5 years ago

Generator should use https://unicode.org/Public/emoji/12.0/ https://unicode.org/Public/emoji/12.0/emoji-test.txt rather than copy/pasted HTML table.

Previously the HTML table approach worked, but with Emoji V12.0 (and possibly before) the HTML table no longer includes variations (such as skin tone).

gingerbeardman commented 5 years ago

Actually, it seems better to use CLDR data from https://github.com/unicode-org/cldr/tree/release-35

Benefits

Details