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.comThread Previous | Thread Next