http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9114
--- Comment #14 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ 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/
