-
Notifications
You must be signed in to change notification settings - Fork 16
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
Python 3 UnicodeDecodeError #136
Comments
Can you try with the latest Potr (pure-python-otr https://github.com/python-otr/pure-python-otr) manually built from master? We did some Unicode fixes IIRC |
After
For example, this script triggers a UnicodeDecodeError when it sees non-utf8 input:
This has to be fixed in the python plugin for weechat. The upstream bug is weechat/weechat#1389. |
It appears however that (except for invisible tags not working for messages with non-utf8 content) this does not prevent otr from working. It's just spamming the log. |
The upstream bug is now fixed in master: weechat/weechat@513f5a1 Also, it appears that the |
I get an exception in my core buffer when someone sends unicode characters to a channel, like below. I'm on Python 3.6.3.
https://puu.sh/yntz6/1e4f54f40d.png
The text was updated successfully, but these errors were encountered: