TMBlowfish problem with characters
Added by Tab Mode 10 months ago
Hi,
Im not sure if this is the right place, couldnt really find where to report the problem.
example if i type:
å ä ö é è
it shows up for other users as:
å ä ö é è
i can see the characters as i typed it and even se when users types same with out problems, the problem is only when i typed those characters it show up strange to other users.
My AdiIRC side:
[13:51:06] <@tabAdiIRC> å ä ö é è
[13:51:26] <@tabmIRC> å ä ö é è
My mIRC side:
[13:51:06 Sat] <tabAdiIRC> å ä ö é è
[13:51:26 Sat] <tabmIRC> å ä ö é è
Replies (7)
PA RE: Blowfish problem with characters - Added by Per Amundsen 10 months ago
Make sure your encoding on that network is set to UTF-8, also if you have manually modified the blow,ini file, try delete it and only use the script to make changes.
TM RE: Blowfish problem with characters - Added by Tab Mode 10 months ago
AdiIRC is set to following in options "Server> Default Encoding: "Unicode ( UTF-8 )"", i have not made any changes to blow.ini.
PA RE: Blowfish problem with characters - Added by Per Amundsen 10 months ago
I can confirm this is happening with the latest "OpenSSL 1.1.X" version of the blowfish plugin. This is something new, I'm not sure where the problem is, I have little knowledge of blowfish/openssl/c++, but I will see what I can find out.
I did find that the fish plugin does not work with labeled-respose IRCv3 tag, I will fix that.
PA RE: Blowfish problem with characters - Added by Per Amundsen 10 months ago
I believe I found the issue, in the fish script, change:
var -p %msg.out = $regml(3)
to:
var -p %msg.out = $utfdecode($regml(3))
I have not done extensive testing, but nordic characters and unicode emojis seems to work.
Still need to fix the labels issue.
TM RE: Blowfish problem with characters - Added by Tab Mode 10 months ago
Thanks, the easy fix works for me.
PA RE: Blowfish problem with characters - Added by Per Amundsen 10 months ago
The script is updated now with fixes for both encoding and for servers with labeled-responses enabled https://dev.adiirc.com/projects/adiirc/wiki/Blowfish
LP RE: Blowfish problem with characters - Added by Leonard Persin 6 months ago
Working well for the most part, but can't decrypt topic set by someone else.