[Koha-bugs] [Bug 31351] Worker dies on reindex job when operator last name/first name/branch name contains non-ASCII chars

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 7 18:09:16 CEST 2022


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

--- Comment #32 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
FTR: the JSON::encode_json and JSON::decode_json methods deal with UTF-8 [1]
and I'm not sure why there's a ->utf8(0) being set.

Overall, I think we should go the bug 30943 path. Take UpdateElasticIndex (as
tweaked by bug 30360) as a reference.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list