drinking-code / openmoji-for-react

i reactified openmoji
2 stars 0 forks source link

Some ZWJ sequences are not getting replaced properly #10

Open drinking-code opened 3 years ago

drinking-code commented 3 years ago

Some concatenated emojis, like ❤️‍🔥, get replaced only partly (the fire part, and the heart stays as a preinstalled emoji), and some, like 👩‍❤️‍💋‍👩, not at all. ❤️‍🔥 in particular is not supported by Openmoji, so an option for handling those situations would be appropriate.

Probably should go through the list of all recommended ZWJ sequences and make all of them work (or purposely not, if Openmoji does not have a replacement).

drinking-code commented 2 years ago

8ed3f14 might have resolved this; not sure, though