[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: copypage.pl patch to keep line endings



Hi victory.deb!

> copypage should keep line endings on every platform to avoid bothers

>  	open DST, ">$dstfile"
>  		or die "Could not create $dstfile ($!)\n";
> +	binmode DST;  #On win32 platform, line endings converted to crlf by default.
>  

Are you sure that this does not have any side-effects, for example
regarding charset conversions?

Bas.


Reply to: