Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use Emoji CLDR data #16

Open
gingerbeardman opened this issue Mar 6, 2019 · 1 comment
Open

Update to use Emoji CLDR data #16

gingerbeardman opened this issue Mar 6, 2019 · 1 comment

Comments

@gingerbeardman
Copy link
Owner

gingerbeardman commented Mar 6, 2019

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 gingerbeardman changed the title Update to use Emoji Data Update to use Emoji Data Test text file Mar 6, 2019
@gingerbeardman gingerbeardman changed the title Update to use Emoji Data Test text file Update to use Emoji CLDR data Jul 17, 2019
@gingerbeardman
Copy link
Owner Author

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

Benefits

  • support for different languages (localisable)

Details

  • /common/annotations/en.xml
<annotation cp="🔰">beginner | chevron | Japanese | Japanese symbol for beginner | leaf</annotation>
<annotation cp="🔰" type="tts">Japanese symbol for beginner</annotation>
  • /common/annotationsDerived/en.xml
<annotation cp="🏴󠁧󠁢󠁥󠁮󠁧󠁿">flag</annotation>
<annotation cp="🏴󠁧󠁢󠁥󠁮󠁧󠁿" type="tts">flag: England</annotation>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant