1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-08-02 21:30:28 +00:00

emoji: fix the "cute" snowflake

The first snowflake entry should've never been just `U+FE0F`, as that is
a modifier.

Ref: #37

Reported-by: Mariano Cano <mariano.cano@gmail.com> (@maraino)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2021-11-23 10:58:03 -05:00
parent d76116620c
commit 2012c2b45e
No known key found for this signature in database
GPG key ID: 524F155275DF0C3E
3 changed files with 3 additions and 3 deletions

View file

@ -210,7 +210,7 @@ func init() {
{":smoking:", "U+1F6AC"},
{":snail:", "U+1F40C"},
{":snake:", "U+1F40D"},
{":snowflake:", "U+FE0F", "U+2744"},
{":snowflake:", "U+2744U+FE0F", "U+2744"},
{":soccer:", "U+26BD"},
{":soon:", "U+1F51C"},
{":space_invader:", "U+1F47E"},