Bug 32242: Resolve encoding issue when sending to Net::Stomp
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 17 Nov 2022 09:29:42 +0000 (09:29 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 21 Dec 2022 15:40:07 +0000 (15:40 +0000)
commitb0de2651df1927829d533086503da27f9ef439a5
treea3d61d2ed7d32d956b0693fd24b7169da3454e20
parent109eaa00fecb4b75c4c68126d81adb4abdb59997
Bug 32242: Resolve encoding issue when sending to Net::Stomp

This is meant as a quick fix. It should be enhanced later on by
letting Net::Stomp do the UTF8 conversion.

Test plan:
Run batch mod items. Add a Unicode char in the notes.
Check if job runs and results are correct.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 022034a1c7b91adac539c7ed16fc7b48d566912e)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/BackgroundJob.pm