
26 Jan
2012
26 Jan
'12
2:55 p.m.
On 01/26/2012 04:24 AM, Keith J. Schultz wrote:
To my knowledge HTML is supposed to be submitted as a zipped file. Are zippers expected to convert the line endings into the native format!
The vast majority of zip utilities are capable of converting the line-endings in the files given as input (or to be output) back-and-forth from CRLF/LF upon request. In practice, this capability is rarely needed, because the vast majority of text editors are capable of detecting line ending style at file open, of optionally converting them, and of saving in any of the typical styles (CRLF/LF/CR). David