Bug 14832: Fix encoding issues when exporting in RIS
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Sep 2015 08:41:41 +0000 (09:41 +0100)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Fri, 2 Oct 2015 14:07:39 +0000 (11:07 -0300)
commitf1eb76c831c9c6bc36a8b9d996b67942efe89cf1
tree16e79bd6771bf910cccc15e79763eea267b44945
parentbb3250260742b15e840774ac77d9086b5c4b3ea7
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>
C4/Ris.pm