beuvema wrote:When editing text files with notepad, I get a very confusing display because linefeeds (LF) and "Carriage Returns (CR)" are displayed faulty.
Anyone with a clue
Thx beuvema
maybe your editing unix text files?
These files use for the line end only line feed while M$ uses always linfeed plus Carriage return i. e. $0a $0d. View the file in lister and press [3] to view in hex-mode. Are there at the end of the line the values $0d $0a ?
If not you can open the file in the editor from DOS prompt and without changing anything save it. the appropriate CR/LF are set.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
So the Carriage return is missing. And after edit in DOS once the missed CR should be added so you could use notepad then.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
beuvema wrote:Are files subitted this way on purpose?
Don't know what subit means. But if you open the files in DOS Editor and save them DOS editor adds before the linefeed ($0A) a Carriage return ($0D).
At least in my testfile it happened like this. You may try it as described above: Open one of these files in DOS editor, choose 'save file' and close without editing. Afterwards try to open in notepad.
On my PC after that the missing Cariiage Returns were inserted.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams