View Single Post
Old 08-24-2013, 06:02 AM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,789
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I would fix the text file
  1. replace all double new lines (end of paragraph) with say '###',
  2. replace all single new lines with space
  3. replace all double space with space
  4. replace the '###' with new line
  5. convert the file

I'd use Notepad++ on Windows, TextWrangler on Mac and SciTE on Linux. And I'd save as macro so I have it next time.

BR

Last edited by BetterRed; 08-24-2013 at 09:06 AM.
BetterRed is offline   Reply With Quote