-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert emojis to text smileys #10
Comments
Converting to utf8 (e.g., 😄) could be good given that the base slack set is utf8 based. |
Could be a good idea, but I don't think IRC clients like WeeChat/irssi support utf-8 emojis without plugins, which will make them show up like empty spaces. |
Ah, fair point. I've been on Colloquy so long I just assume. Glad you have some additional context. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could convert emojis to regular text smileys, i.e. from
:smile:
to:)
.The text was updated successfully, but these errors were encountered: