-
Notifications
You must be signed in to change notification settings - Fork 97
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
Unicode character problem #47
Comments
The specific issue seems to be that Example strings:
Since this is likely to be due to conflicting possible encodings, it might be hard to come up with code that distinguishes these situations? The sample languages above are Portuguese and French. (This issue actually crops up in https://github.com/Throne3d/node-irc, which https://github.com/reactiflux/discord-irc depends on. It uses |
Affecting Finnish language as well in the same context as above commenter explains. Few examples that don't bug out:
And a few more that do:
|
I am also coming from reactiflux/discord-irc#399 and would like to add the test string EDIT: fixed reactiflux/discord-irc#399 (comment) |
Every message that uses the character
ç
next to another Unicode returns a strange character.Using encode: UTF-8
çã
Shows howзгo
çõ
Shows howуш
This can only be reproduced if the message is sent from irc to discord irc can not be UTF-8
reactiflux/discord-irc#399
The text was updated successfully, but these errors were encountered: