http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15133 --- Comment #1 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 44462 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44462&action=edit Bug 15133: encode correctly email generated by runreport.pl /misc/cronjobs/runreport.pl send badly encoded email in text/csv (partially ok in HTML). TEST: 1. Send by email a report containing a subject with accented characters and resultset with accented characters. For example: ./runreport.pl --subject="éèà" --to=me@home.org 1 ./runreport.pl --format=html --subject="éèà" --to=me@home.org 1 The first email contains badly encoded subject & message. The second email contains badly encoded subject, but correct message. 2. Apply the patch 3. Repeat 1 => No more strange characters. -- You are receiving this mail because: You are watching all bug changes.