develooper Front page | perl.perl5.porters | Postings from March 2014

Re: Perl 5.20.0 Blockers, 2014-03-24

Thread Previous | Thread Next
From:
Eric Brine
Date:
March 25, 2014 05:14
Subject:
Re: Perl 5.20.0 Blockers, 2014-03-24
Message ID:
CALJW-qFcnTWZrjTNbDbCEvTXma1C9Kp4p1DMMfKCRuUQ8woMzA@mail.gmail.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About