forPelevin / gomoji

Helpful functions to work with emoji in Golang
MIT License
190 stars 28 forks source link

skin tone support #23

Open mc-sim opened 2 months ago

mc-sim commented 2 months ago

🏻 Hi, this emoji not support please add support this emoji and other skin tone support

mc-sim commented 3 weeks ago

@forPelevin I would have sent a pull request a long time ago but: // Code generated by generator.go ; DO NOT EDIT. in first line data.go Have a look, please?)

forPelevin commented 3 weeks ago

Hi @mc-sim , thank you for the heads up. I got distracted and forgot to respond on your previous message, sorry for that.

I've researched the topic and couldn't find the skin tone emojis in the unicode data files. For this library, I use the files https://unicode.org/Public/emoji/15.1/ as emoji data source. Since your suggestion seems like a real emoji, can you raise a PR with the proposed change? Thank you.