fcft has no support for emoji sequences (at least neither foot nor fuzzel do). This includes:
- Flag sequences (e. g. 🇨🇳)
- Keycap sequences (e. g. 6⃣)
- modifier sequences (e. g. 👋🏻)
- Zero width joiner sequences (e. g. 🧑🤝🧑)
- Emoji presentation sequences are not rendered obviously wrong, but I suspect the presentation selection is just ignored (haven't tested it though)
- Emoji tag sequences (e. g. 🏴)
I would be interested to hear how feasible it would be to implement these, since I suspect it could be a lot of work or fairly easy if it's simple to get the correct glyph and you only have to check against the three data files relevant.
fcft has no support for emoji sequences (at least neither foot nor fuzzel do). This includes:
* Flag sequences (e. g. 🇨🇳)
* Keycap sequences (e. g. 6⃣)
* modifier sequences (e. g. 👋🏻)
* Zero width joiner sequences (e. g. 🧑🤝🧑)
* Emoji presentation sequences are not rendered obviously wrong, but I suspect the presentation selection is just ignored (haven't tested it though)
* Emoji tag sequences (e. g. 🏴)
I would be interested to hear how feasible it would be to implement these, since I suspect it could be a lot of work or fairly easy if it's simple to get the correct glyph and you only have to check against the three [data files](https://unicode.org/reports/tr51/index.html#Data_Files) relevant.