You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the text mapping looks like it should get the job done
It would (for performance) probably be best to try to find the relevant parts in the messages with a regex and then map them to their emoji counterparts using that map. Having an inverse map for displaying the text representations shouldn't be too hard. Thanks for doing the quick research on it!
The Sprint function of that library can be used directly, but a new function is probably needed for the emoji->text conversion (for terminals/fonts that don't support emoji properly).
Going from
:tada:
to 🎉 and things like that.While we're talking about emojis, since some terminals/fonts don't properly support them, going the other way around would be nice too
The text was updated successfully, but these errors were encountered: