31 May
2021
31 May
'21
12:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489 --- Comment #5 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- I found another workaround: $datastr = decode_utf8(encode_utf8($datastr)); inside CGI::Session::Driver::mysql::store fixes the problem. The difference seems to be that $datastr is not marked as utf8 string. And after it is (decode_utf8 does it) the string is stored correctly to the DB. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.