View Single Post
Old 12-02-2012, 09:32 AM   #5
Siavahda
Connoisseur
Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.Siavahda can eat soup with a fork.
 
Posts: 71
Karma: 9400
Join Date: Aug 2010
Location: Helsinki
Device: Kindle Paperwhite 2018
Quote:
Originally Posted by theducks View Post
Never seen that before (not that unusual )

It is almost like a 'null' (ASCII 00) got converted weird. what is also weird is there was a 'null' to convert

I don't use Caliber's (conversion) search and replace so someone else will need to help, because I only use sigil's to fix content issues.

If the stylesheet (.normal-with-overrides1) has the proper indent: text-indent: <value>;
removing quote 00 quote should be trivial (as fixing the stylesheet. UNLESS: normal-with-overrides1 is not supposed to be indented in other places.
Then, we need to replace
Code:
<p class= "normal-with-overrides1">
"00"
with a new class
Code:
<p class= "normal-with-overrides1x">
, and create that new selector in the stylesheet.


Oh, I can definitely switch to Sigil if that's easier, I've used that program before. Let's see...

Yep, much easier than Calibre! It looks like this

<p class="normal-with-overrides1">00<span class="normal">The pacing queen directed ministers and physicians to the crib. They listened to her breathing and her hummingbird heart, felt her fierce grip and her tiny fingers soft as salamander skin. All was sound. But her eyes did not open.</span></p>

So what you're saying is I should do a search-and-replace function on the 00s, just get rid of them?
Siavahda is offline   Reply With Quote