On 2 Jul 2013, at 10:59, Craig Chant <[email protected]> wrote: > > utf8::encode($xls); > > $iof->binmode(":encoding(UTF-8)");
...erm, haven't you now encoded twice? Also? Don't use utf8::encode - if you can't use IO layers etc, use the general Encode module. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
