emoji: Update data to CLRD v39
This is based on version 6.2.0 of emojibase, containing CLRD 39
http://cldr.unicode.org/index/downloads/cldr-39 https://github.com/milesj/emojibase/blob/b3c9a78/packages/data/CHANGELOG.md
However, I'm also wondering:
- Could we maybe have a CI pipeline that monitors changes to this and does automatic MR's on updates?
- What's the plan for locales? Would be nice to add more but we can't either increase the library size too much... Maybe supporting external gresources?
- On data management, doing a MR with only opaque binary data isn't the nicest thing, wouldn't better to also keep track of the source JSONs? So that checking actual changes would be easier?