0

Often (but not always) when I open a text file using Windows Notepad, it does not recognize the line breaks.

If I open the file using Windows Wordpad, and then save it as a text file, and then open it with Notepad, the line breaks are recognized.

What causes this, and what is the easiest way to view/edit the file using Notepad?

user1032531
  • 1,711

1 Answers1

2

This is caused by this phenomenon http://en.wikipedia.org/wiki/Newline

Notepad only understands the windows newline format, so you will have to use another program. Notepad++ is quite popular on Windows (and opensource). Notepad++ is also much better at handling large files.

David
  • 2,362
Jasper
  • 908