[Koha-bugs] [Bug 9114] exported MARC frameworks encoding should be UTF-8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 16 10:06:48 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9114

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #3 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Tomas: Thank you for your patch. I have a comment however :) You use binmode on
STDOUT in the module, but you print to a file handle. So that should not be
enough. I would suggest to replace the binmode by adding the encoding to the
output file handles. Note that I also had a wide character warning in my log on
admin/import_export_framework. You probably need to touch code there as well?
I tested with a Chinese character; that went well (export and re-import). Since
you actually leave it to Perl to decide the encoding, Perl made the right
choice here. But with some Latin characters only, export and re-import made
them disappear..

Failed QA

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


More information about the Koha-bugs mailing list