On Mar 30, 1:03*pm, Arne Vajhøj <a...@vajhoej.dk> wrote:
> Apparently TextPad considers \n a line break while NotePad
> only considers \r\n a line break.
>
> That explains the last phenomenon.
What is happening is Windows defines the end of line as \r\n,
where as Unix defines the end of line as a single \n.
TextPad is detecting and reading the file as a Unix text file
where as Notpad only understands Windows so it displays it as
a single line because the line does not contain a Windows end
of line marker.
Jussi Jumppanen
Author: Zeus for Windows IDE
http://www.zeusedit.com