samuelngs / apple-emoji-linux

Brings Apple's vibrant emojis to your Linux experience
Apache License 2.0
722 stars 52 forks source link

Unicode Standard #13

Closed michaelrampl closed 2 years ago

michaelrampl commented 2 years ago

First, let me thank you for the effort in creating that project! Perhaps you could tell the standard you are using for creating the ttf. I'm using 12.1 https://unicode.org/Public/emoji/12.1/emoji-test.txt and there I noticed some missing icons like the medical emoji. Is there any way you could include it or even update the standard to a more recent one (standard 12 is from 2018)? You can find an overview of all the standards here https://unicode.org/Public/emoji/

dmlls commented 2 years ago

Hi @michaelrampl, different vendors not always fully follow Unicode releases. iOS 14.6 mostly supports Emoji 13.1 but has some (rather inexplicable) exceptions, like the female and male signs, and apparently also the medical symbol emoji, which stopped being supported around iOS 10.3.

I don't see a reason why we wouldn't add it though. We could either add the iOS 10.3 version or the more flashy WhatsApp one, like we did with the female and male signs (see https://github.com/samuelngs/apple-emoji-linux/pull/11#issuecomment-1019461467). Personally, I am more inclined to the latter.

@michaelrampl, @samuelngs thoughts?

michaelrampl commented 2 years ago

In my (very personal) opinion, the whatsapp one looks better but I would be very fine with both of them. So basically you are generating the font out of all those png files right? (which is why the font is also rather big compared to most other fonts)

dmlls commented 2 years ago

@michaelrampl yeah that's right :)

michaelrampl commented 2 years ago

Furthermore, you just take them from emojipedia.org? In that case I could create a PR on and letting you guys review it.

dmlls commented 2 years ago

@michaelrampl adding it to png/160 and compiling should be it.

michaelrampl commented 2 years ago

Yes it works, should I create a PR?

dmlls commented 2 years ago

Sure, you can go ahead :)

michaelrampl commented 2 years ago

Pushed with https://github.com/samuelngs/apple-emoji-linux/pull/14

samuelngs commented 2 years ago

Thanks @michaelrampl and @dmlls for your hard work! 😃

dmlls commented 2 years ago

@samuelngs can you create a new release? I'll update the AUR package as well 🙂

samuelngs commented 2 years ago

@samuelngs can you create a new release? I'll update the AUR package as well 🙂

@dmlls Sure thing! I'll do it tomorrow 😄