http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9114
--- Comment #13 from Galen Charlton <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
