On Mon, Mar 24, 2014 at 12:08 PM, Zefram <zefram@fysh.org> wrote: > Ricardo Signes wrote: > >3. "Make perlbug Unicode-aware" broke perlbug on Win32 > > https://rt.perl.org/Ticket/Display.html?id=121277 > > I think there's a bug in the Unicode-awareness patch. And I have a third. It's printing decoded text to a binary handle. open(REP, '>:raw', $filename) or die "Unable to create report file '$filename': $!\n"; open(F, "<:$input_encoding", $file) or die "Unable to read report file from '$file': $!\n"; while (<F>) { print REP $_ }Thread Previous | Thread Next