NoZebra fixes : removing \r and \n when indexing
[koha_gimpoz] / opac / opac-sendbasket.pl
index 87e71b6..eee5eac 100755 (executable)
@@ -22,8 +22,9 @@ use Mail::Sendmail;
 use MIME::QuotedPrint;
 use MIME::Base64;
 use C4::Biblio;
+use C4::Items;
 use C4::Auth;
-use C4::Interface::CGI::Output;
+use C4::Output;
 use C4::Biblio;
 
 my $query = new CGI;
@@ -132,7 +133,7 @@ if ( $email_add ) {
     $boundary = '--' . $boundary;
     $mail{body} = <<END_OF_BODY;
 $boundary
-Content-Type: text/plain; charset="iso-8859-1"
+Content-Type: text/plain; charset="utf-8"
 Content-Transfer-Encoding: quoted-printable
 
 $body