View Single Post
Old 02-01-2023, 11:01 AM   #139
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
It basically says when you're done with the book, you should:
  • search for   entities and delete them, if they were accidentally added
  • delete redundant html tags such as <p>&nbsp;</p> and <div></div>
  • delete redundant empty attributes such as src="", href="" and all other empty ="" attributes
  • replace characters such as an en dash (–) in epub2 books with the corresponding &ndash; HTML entity so that you can easily tell it apart from a hyphen*
  • replace straight quotes (' ") with curly quotes (‘ “ ” ’)**
*You can't use named entities in epub3 books (you'll need to use &#8211; or &#x2013;); entities to be preserved, need be added via Preferences > Preserve Entities
**Users can automatically replace them with DiapDealer's PunctuationSmarten Sigil plugin
Doitsu is offline   Reply With Quote