]> source.dussan.org Git - gitea.git/commit
Update emoji dataset with skin tone variants (#11678)
authormrsdizzie <info@mrsdizzie.com>
Tue, 2 Jun 2020 06:22:40 +0000 (02:22 -0400)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 06:22:40 +0000 (02:22 -0400)
commit3af51f1ab728aedae1bb9501e2357d82edd522a6
tree6f5eeebb50714ac1996aae41b38f476042d5af04
parent14ca111f33eebb2c8394a225f9ed9cc712f3bcae
Update emoji dataset with skin tone variants (#11678)

* Update emoji dataset with skin tone variants

Since the format of emoji that support skin tone modifiers is predictable we can add different variants into our dataset when generating it so that we can match and properly style most skin tone variants of emoji. No real code change here other than what generates the dataset and the data itself.

* use escape unicode sequence in map

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
assets/emoji.json
build/generate-emoji.go
modules/emoji/emoji.go
modules/emoji/emoji_data.go