Bug 14832: Fix encoding issues when exporting in RIS
commit2ad47a5e3c8a220cc17fd80038c35b5ab24240ad
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Sep 2015 08:41:41 +0000 (16 09:41 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 23 Oct 2015 07:43:07 +0000 (23 20:43 +1300)
tree720d2cceb54b71b6547e8bf19fd2013a65bb4251
parent5c75c0a4d7eb23805fe091bfe3b0a66f5eb5007c
Bug 14832: Fix encoding issues when exporting in RIS

Test plan:
1/ Make sure you have non ASCII chars in the title and the authors.
2/ Export the record in RIS
You should not see any encoding problems.

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Before patch: RIS file has wrongly encoded chars
After patch: RIS file has no endcoding problems
Tested on a NORMARC setup.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Tested on a MARC21 and a UNIMARC database.
Problem only confirmed for UNIMARC, but no regressions in MARC21.
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit f1eb76c831c9c6bc36a8b9d996b67942efe89cf1)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Ris.pm