View Single Post
Old 02-05-2016, 02:14 AM   #30
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
Posts: 629
Karma: 1623086
Join Date: Jan 2012
Device: iPad, iPhone, Nook Simple Touch
Quote:
Originally Posted by LoganW View Post
Perhaps I spoke too soon, the problem still shows up in the copy Amazon sent me. Based on my own tests, it's possible the "new" version wasn't sent to me. I use a Kindle Paperwhite 2.5 (4GB of storage) and have firmware version 5.6.5.
I did some tests:

Code:
<html><body>
"Calvin said so." 
<p>
Enter the "Kraken".
</body></html>
Converted with Calibre to a .mobi (old format) looks alright, but with the quotes being really just hash marks (as shown in the code).

However, select the "smarten punctuation" and old .mobi and the output is:

" Calvin said so."
Enter the " Kraken".
Sounds like a bug in Calibre. With that said, that's seriously bad source HTML:

1. All text in HTML must be in a block element, e.g. a <p> tag.
2. All block elements must be closed (</p>).

I wouldn't be surprised if that caused Calibre's parser to vomit.
dgatwood is offline   Reply With Quote