Emote icon indicating copy to clipboard operation
Emote copied to clipboard

Update Emoji font to unicode 14.

Open rago666 opened this issue 2 years ago • 5 comments

Noto Color emoji has been updated to version 14. Release Tag

rago666 avatar Nov 28 '21 08:11 rago666

We are sourcing the emojis data from https://github.com/hfg-gmuend/openmoji/blob/master/data/openmoji.csv and it looks like they need to implement all of their own emoji designs before the new emojis make it into the data file: https://github.com/hfg-gmuend/openmoji/issues/344.

There are two that have already been added: https://emojipedia.org/biting-lip/ and https://emojipedia.org/bubbles/, which will go out in emote 3.1.0 at least.

I didn't realise that emoji releases would be delayed like this, so it might be better to actually just curate our own data file instead of depending on third parties. That's extra work that right at the moment I personally don't have time to do, though.

tom-james-watson avatar Jan 09 '22 11:01 tom-james-watson

looks like most of unicode 14 is now in https://github.com/hfg-gmuend/openmoji/blob/master/data/openmoji.csv ☺

CutestNekoAqua avatar Apr 16 '22 10:04 CutestNekoAqua

I have an issue that some emoji are copied with some garbage image

Maybe this is related 🤔

pleshevskiy avatar Sep 21 '22 11:09 pleshevskiy

@pleshevskiy if you mean the <fe0f> that's not garbage it's an emoji variation selector. Some Unicode code points pre-date emoji and default to a non-emoji representation (black and white). When they're followed by the emoji variation selector it's an instruction to the text layout engine to use the emoji representation. Unfortunately not all terminals have the sophisticated text layout machinery for this to work property.

https://unicode-table.com/en/FE0F/ http://unicode.org/faq/vs.html

wezm avatar Sep 21 '22 11:09 wezm

@wezm thank you! didn't know about that

pleshevskiy avatar Sep 21 '22 12:09 pleshevskiy

4.0.0 now includes unicode 14 🫶

tom-james-watson avatar Jun 20 '23 11:06 tom-james-watson