[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 Mar 13 18:16:22 CET 2014


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

--- Comment #14 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Galen Charlton from comment #13)
> Comment on attachment 26285 [details] [review]
> Bug 9114: Make frameworks import/export routines correctly use UTF-8
> 
> Review of attachment 26285 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: admin/import_export_framework.pl
> @@ +56,5 @@
> >      ExportFramework($frameworkcode, \$strXml, $format);
> > +
> > +    # Correctly set the encoding to output plain text in UTF-8
> > +    if ( $format eq 'csv' ||
> > +         $format eq 'sql' ) {
> 
> Note that 'sql' was removed as an export option in security bug 11666.

I'll attach a new and correct patch.

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


More information about the Koha-bugs mailing list