contentco / quill-emoji

Quill module toolbar extension for emoji
275 stars 165 forks source link

Unicode for the speech emoji is incorrect #153

Open superuntitled opened 2 years ago

superuntitled commented 2 years ago

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/