[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 17:42:24 CET 2014


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

--- Comment #13 from Galen Charlton <gmcharlt at gmail.com> ---
Comment on attachment 26285
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26285
Bug 9114: Make frameworks import/export routines correctly use UTF-8

Review of attachment 26285:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9114&attachment=26285)
-----------------------------------------------------------------

::: 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.

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


More information about the Koha-bugs mailing list