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