View Single Post
Old 08-25-2013, 06:36 PM   #4
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,744
Karma: 30237526
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Fix the text file. I'd use Notepad++ on Windows, TextWrangler on Mac and SciTE on Linux. And I'd save the following as macro so I have it next time.
  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

You can eyeball check by enabling word wrap in the the text editor, and widening narrowing the window size to ensure the text flows

The file should now be good for conversion

BR
BetterRed is online now   Reply With Quote