I've finally updated bot to 1.7.1 from 1.5.1
Now for some reason im missing Ä, Ö and Å in chatlogger and in echelon.
I tracked it down to this in my b3.log
111122 12:31:31 VERBOSE 'Queueing event Say iltap\xe4iv\xe4\xe4'
111122 12:31:31 VERBOSE 'Parsing Event: Say: ChatloggerPlugin'
111122 12:31:31 DEBUG 'ChatloggerPlugin: ALL, 751, SadPanda, iltap\xe4iv\xe4\xe4'
111122 12:31:31 ERROR 'STDERR "D:\\\\bbb3\\\\b3_Mixed\\\\b3\\\\storage\\\\database.py:260: Warning: Incorrect string value: \'\\\\xE4iv\\\\xE4\\\\xE4\' for column \'msg\' at row 1\\n cursor.execute(query, bindata)\\n"'
111122 12:31:31 DEBUG 'ChatloggerPlugin: rowcount: 1, id:32'
xe4 is Ä right there. Same thing happens with Ö which is xf6
111122 12:31:11 VERBOSE 'Queueing event Say \xf6\xf6\xf6\xf6\xf6'
111122 12:31:11 VERBOSE 'Parsing Event: Say: ChatloggerPlugin'
111122 12:31:11 DEBUG 'ChatloggerPlugin: ALL, 2, |ML|Muumipappa, \xf6\xf6\xf6\xf6\xf6'
111122 12:31:11 ERROR 'STDERR "D:\\\\bbb3\\\\b3_Mixed\\\\b3\\\\storage\\\\database.py:260: Warning: Incorrect string value: \'\\\\xF6\\\\xF6\\\\xF6\\\\xF6\\\\xF6\' for column \'msg\' at row 1\\n cursor.execute(query, bindata)\\n"'
Any ideas how to fix this?
All worked well before bot update.