View Single Post
Old 07-02-2008, 12:05 PM   #48
DMcCunney
New York Editor
DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.
 
DMcCunney's Avatar
 
Posts: 6,384
Karma: 16540415
Join Date: Aug 2007
Device: PalmTX, Pocket eDGe, Alcatel Fierce 4, RCA Viking Pro 10, Nexus 7
Quote:
Originally Posted by Patricia View Post
You are quite right about the TXT files. Don't put them straight into BD. It will make every single line into a paragraph. Stick the text file into a Word doc and run Stingo's Macro; edit the text as much as you like; then put it into BD.
I'm willing to bet the problem is EOL chars.

Under Unix/Linux, each line in a text file is delimited by a Line Feed character (Ctrl-J/ASCII 11). On a Mac (OS9, at least), each line is delimited by a Carriage Return (Ctrl-M/ASCII 13) Under DOS/Windows, each line is delimited by both, in a CRLF combination.

This is a constant PITA for folks who must move text files from one environment to another. Various *nix programs like compilers are unhappy if they see CRs in text files. Various Windows programs, like Notepad, are unhappy if they don't see them.

I suspect BD is treating CRs as paragraph markers.

My preference is a text editor that will let me specify what line endings to use when I save the file. My current standard editor is Notepad++, a free, open source product that does that among many other things.
______
Dennis
DMcCunney is offline   Reply With Quote