View Single Post
Old 10-07-2009, 05:49 PM   #11
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Try specifying the input encoding as utf-8 and see if that fixes the quote issue. I can't reproduce but I'm setup for unicode as the default encoding. This sounds like the solution.

As for the big block of text. It's because the text file is one big block of text. If you look at it the file you will see that there is no spacing between paragraphs and they wrap over multiple lines. All without any indentation to start. The only thing I can think of to fix this would be to save as HTML and use that as your input instead of a TXT file.
user_none is offline   Reply With Quote