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

Re: Change 18868: Export the symbols from #18863; do not prototype (but export)

Thread Previous | Thread Next
From:
Gurusamy Sarathy
Date:
March 13, 2003 23:35
Subject:
Re: Change 18868: Export the symbols from #18863; do not prototype (but export)
Message ID:
200303140734.h2E7YmB21136@smtp3.ActiveState.com
On Fri, 14 Mar 2003 08:26:47 +0200, Jarkko Hietaniemi wrote:
>Thanks!  One nit, though: the change #18965 breaks the CJKT.t test
>under UTF-8-ified I/O (env PERL_UNICODE=D, for example).  Would
>
>	binmode($src, ":bytes");
>
>still work in Windows?

Probably not, if it doesn't strip CRs.

>(The problem is that the filehandle must be de-UTF8-ified.)

binmode($src, ":bytes :crlf") might do the trick.


Sarathy
gsar@ActiveState.com

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