Missing emoji on Apple's set: frowning_face_with_open_mouth

We use the Apple/International emoji set and we just noticed there’s one missing in it:

5038f7fe8ed9ef1180d3b66404f2d8f0d288f5d1

It’s this emoji.

We recently upgraded to 2.7.4, but this emoji seems to be missing here on meta too:

Twitter: https://emoji.discourse-cdn.com/twitter/frowning_face_with_open_mouth.png?v=9
Google: https://emoji.discourse-cdn.com/google/frowning_face_with_open_mouth.png?v=9
Apple/International: https://emoji.discourse-cdn.com/apple/frowning_face_with_open_mouth.png?v=9

$ find public/images/emoji -name frowning_face_with_open_mouth.png
public/images/emoji/twitter/frowning_face_with_open_mouth.png
public/images/emoji/google/frowning_face_with_open_mouth.png
public/images/emoji/win10/frowning_face_with_open_mouth.png
public/images/emoji/facebook_messenger/frowning_face_with_open_mouth.png

:frowning_face_with_open_mouth:

3 Likes

I see this commit from last year, but I don’t see the binary file for Apple within it. cc @joffreyjaffeux

3 Likes

I have a bunch of fixes to do on emojis Missing a bunch of Emoji 5.0 gender variants will look at this at the same time, thanks for report

6 Likes

Not sure if this is of any help, but I think there may be some duplication causing this. Even with the twitter set being used here, there’s two emojis which are the same one:

:frowning: :frowning:
:frowning_face_with_open_mouth: :frowning_face_with_open_mouth:

$ md5sum public/images/emoji/twitter/frowning.png public/images/emoji/twitter/frowning_face_with_open_mouth.png 
fcff7e72ac0f64a7488d6baf6a42a1fa  public/images/emoji/twitter/frowning.png
fcff7e72ac0f64a7488d6baf6a42a1fa  public/images/emoji/twitter/frowning_face_with_open_mouth.png
2 Likes

This is fixed!

discourse/frowning_face_with_open_mouth.png at main · discourse/discourse · GitHub

6 Likes

This topic was automatically closed after 2 days. New replies are no longer allowed.