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

Some emoji lacking skin tone data #15

Closed
bignutty opened this issue Aug 10, 2022 · 5 comments Β· Fixed by #23
Closed

Some emoji lacking skin tone data #15

bignutty opened this issue Aug 10, 2022 · 5 comments Β· Fixed by #23

Comments

@bignutty
Copy link

First of all i'm incredibly thankful that you decided to open-source these.

I've tried to write a small script that convert the emoji into (codepoints).svg and noticed that certain emoji like πŸ€Όβ€β™€οΈ woman wrestling lack unicodeSkintones in their metadata.json despite having skin tone variants

Would it be possible to get this fixed or provide a download that has all files with just their codepoints as names?

@ghost
Copy link

ghost commented Aug 10, 2022

Thanks for opening this issue! @justsomederpystuff

I wanted to ask if there was a way or code you used to detected the lack of unicodeSkintones and if there are other emoji that are missing it that need it.

@ghost ghost assigned ghost and unassigned william-msft Aug 10, 2022
@bignutty
Copy link
Author

bignutty commented Aug 10, 2022

all emojis that i noticed were

folded hands (πŸ™)
man genie (πŸ§žβ€β™‚οΈ)
men with bunny ears (πŸ‘―β€β™‚οΈ)
men wrestling (πŸ€Όβ€β™‚οΈ)
man zombie (πŸ§Ÿβ€β™‚οΈ)
genie (🧞)
person in bed (πŸ›Œ)
person in steamy room (πŸ§–)
people wrestling (🀼)
zombie (🧟)
skier (⛷️)
woman genie (πŸ§žβ€β™€οΈ)
women with bunny ears (πŸ‘―β€β™€οΈ)
women wrestling (πŸ€Όβ€β™€οΈ)
woman zombie (πŸ§Ÿβ€β™€οΈ)

my code effectively just went through all directories under /assets/ and reported an error if there were any skintone subdirectories present yet no unicodeSkintones in metadata.json

the zombie ones are odd since they follow the skintone format (having a Default folder) while not providing any alternative types (should probably use the same format as all other regular emoji)

In addition, playground slide (πŸ›) seems to be missing its Color directory. wheel seems to be missing its metadata.json entirely.

@ghost ghost linked a pull request Aug 10, 2022 that will close this issue
@ghost
Copy link

ghost commented Aug 10, 2022

@justsomederpystuff created a PR to address the majority of this

The following emoji don't have unicode skin tone values according to Unicode 14.0

  • men with bunny ears (πŸ‘―β€β™‚οΈ)
  • men wrestling (πŸ€Όβ€β™‚οΈ)
  • people wrestling (🀼)
  • skier (⛷️)
  • women with bunny ears (πŸ‘―β€β™€οΈ)
  • women wrestling (πŸ€Όβ€β™€οΈ)

@ghost ghost closed this as completed in #23 Aug 10, 2022
@Davr1
Copy link

Davr1 commented Aug 15, 2022

I've noticed that some of the emojis justsomederpystuff mentioned are actually present in unrelated metadata files:

handshake: 🀝 πŸ™ πŸ™πŸ» πŸ™πŸΌ πŸ™πŸ½ πŸ™πŸΎ
(person) genie: 🧞 πŸ§žβ€β™‚οΈ πŸ§žβ€β™€οΈ 🧟 πŸ§Ÿβ€β™‚οΈ πŸ§Ÿβ€β™€οΈ
people/person with bunny ears: πŸ‘― πŸ‘―β€β™‚οΈ πŸ‘―β€β™€οΈ πŸ§– πŸ§–πŸ» πŸ§–πŸΌ

@dav3shanahan
Copy link

why can't you change the skin tone color of emojis in Windows 11?

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

Successfully merging a pull request may close this issue.

4 participants