]> git.koha-community.org Git - koha.git/commit
Bug 4512 for 3.0.x only (Encoding issue in downloaded data of guided reports) RESENT
authorMarcel de Rooy <M.de.Rooy@rijksmuseum.nl>
Wed, 9 Jun 2010 12:33:27 +0000 (14:33 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Jun 2010 23:27:45 +0000 (01:27 +0200)
commitbe0a9637a2d311dd8d85b2a36fcfa2a2aff19ddd
tree7fce1700ce6ccdf21a7da22faf5978a34f6a3470
parenta0b09cb7c837c42a595b27bb759ae7122121fbc8
Bug 4512 for 3.0.x only (Encoding issue in downloaded data of guided reports) RESENT

The line binmode STDOUT, ':utf8'; garbles the output. It was already utf8. The statement should be used on binary data, not on plain text. The statement occurred more frequently in older versions of the script; this last occurrence must be deleted too.
reports/guided_reports.pl