https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489

--- Comment #5 from Joonas Kylmälä <joonas.kylm...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to