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

Unicode for the speech emoji is incorrect #153

Open
superuntitled opened this issue Jan 13, 2022 · 0 comments
Open

Unicode for the speech emoji is incorrect #153

superuntitled opened this issue Jan 13, 2022 · 0 comments

Comments

@superuntitled
Copy link

superuntitled commented Jan 13, 2022

The unicode for the speech-emoji is 1F4AC but is listed as 1f600, most likely a copy/paste issue. The emoji order could be updated as well, as well the category.

The result of this is that when someone selects the speech-emoji, the smile-emoji is added.

Another thing to note is that the emoji_order is 1, which adds the speech emoji to the beginning of the list, in the middle of all of the emotion emojis.

line 10786 of the emoji-list.js
{
"name": "speech",
"unicode": "1f600", <-- should be 1F4AC
"shortname": ":speech:",
"code_decimal": "💬",
"category": "p",
"emoji_order": "1"
}

here are the links to some documentation for the grinning and speech emoji:
https://unicode-table.com/en/1F4AC/
https://unicode-table.com/en/1F600/

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

No branches or pull requests

1 participant