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

Add Unicode 11, 12, 13 Emojis #28

Open
2 of 4 tasks
mogoh opened this issue Feb 8, 2018 · 9 comments
Open
2 of 4 tasks

Add Unicode 11, 12, 13 Emojis #28

mogoh opened this issue Feb 8, 2018 · 9 comments
Labels
data the characters and their keywords enhancement

Comments

@mogoh
Copy link

mogoh commented Feb 8, 2018

Here they are: http://blog.unicode.org/2018/02/unicode-emoji-110-characters-now-final.html

  • Check for Unicode 10 Support
  • Add Unicode 11 Support
  • Add Unicode 12 Support
  • Add Unicode 13 Support
@maoschanz
Copy link
Owner

I'm not even sure i added Unicode 10 emojis 😄

@maoschanz maoschanz mentioned this issue Feb 24, 2018
6 tasks
maoschanz referenced this issue Feb 24, 2018
Better support for (skintone-less) unicode 10 emojis in following categories:
- persons
- clothes
- hand gestures
@maoschanz maoschanz added the data the characters and their keywords label Nov 8, 2019
@carestad
Copy link

carestad commented Feb 7, 2020

I think we're at Unicode 12 or 13 now? Any way to get support for newer emojis somehow? I see that the twitter font is updated with Unicode 12 support at least, while EmojiOne has been taken over by another company.

@yavko
Copy link

yavko commented Jun 20, 2022

Here they are: http://blog.unicode.org/2018/02/unicode-emoji-110-characters-now-final.html

* [x]  Check for Unicode 10 Support

* [x]  Add Unicode 11 Support

* [ ]  Add Unicode 12 Support

* [ ]  Add Unicode 13 Support

Can you add 14 as well?

@maop
Copy link

maop commented Feb 19, 2023

Here they are: http://blog.unicode.org/2018/02/unicode-emoji-110-characters-now-final.html

* [x]  Check for Unicode 10 Support

* [x]  Add Unicode 11 Support

* [ ]  Add Unicode 12 Support

* [ ]  Add Unicode 13 Support

Can you add 14 as well?

And Unicode 15 too 🥺

@maoschanz
Copy link
Owner

sadly it's quite long and boring to add, i want to focus on that first

@almereyda
Copy link

https://github.com/maoschanz/drawing/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.2 seems interesting. I had to remove .0 from that URL to see the list (alternative view).

Could you maybe give us intstructions, on how we could (help) add these character sets, instead?

It seems this is a recurring task, and we in the community can find ways to share the load, and also to automate this in the long run.

@maoschanz
Copy link
Owner

the instructions are, like "individually copy and paste each character and each of their associated keywords from unicode .org", which isn't worth it in my opinion

i should generate those lists with a serious parsing script. It's easy to find the data as a XML file, so parsing them probably isn't that hard. The difficult part is to end up with the correct format, despite the awful way the code handles all the skin tones and ligatures.

It requires me to seriously focus on this for a full day, maybe i'll do it on march 7th while i'll be on strike

@almereyda
Copy link

It sounds like you already have identified an implementation vector, which is good to hear. If you wanted to ask for sponsorship some time (comradery.co, liberapay, buymeacoffee, opencollective, github sponsors, …), please let us know.

Good luck with fighting for your labour rights and adequate payment during the strike.

@lyrixx
Copy link

lyrixx commented May 26, 2023

Hello,

How can we help?

For the record, I contributed a feature to Symfony to convert emoji to their github or slack representation :+1: <=> 👍🏼

So I'm a bit used to generate parsing script and using "emoji API"!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data the characters and their keywords enhancement
Projects
None yet
Development

No branches or pull requests

7 participants