Bug 23173: (follow-up) Allow for wide characters
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Thu, 6 Feb 2020 11:08:41 +0000 (11:08 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 6 Apr 2020 10:04:45 +0000 (11:04 +0100)
commit2a2da6c0ea1e323fb3ab5c9a44db45acc906b1b4
treeb4c92fdafb8887b8512b3b3e8f2aab133d17d8d9
parentdd1d8f35a9330c9edc01627ef806c463ff31db80
Bug 23173: (follow-up) Allow for wide characters

The conversion of the metadata into Base64 for passing in the API call
to the plugin API routes was failing if the metadata contained a wide
character, so we now encode it into UTF-8 first

Signed-off-by: Niamh Walker-Headon <Niamh.Walker-Headon@tudublin.ie>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Illrequest/Availability.pm