On Tue, 20 Oct 2009 11:01:39 +0200 Bas Zoetekouw wrote: > > copypage should keep line endings on every platform to avoid bothers > > + 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?
The file this script read from is always under english/, so (I believe) the encoding of those must be one of iso-8858 family or utf8, which commonly use 00-1f range as the same control codes. -- victory -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

