... but I can post this one, which shows similar problems.
a.mobi is just my Mobipocket version of "The Picture of Dorian Gray". It was created with MobiPerl's html2mobi, from a mobi-flavoured HTML (no mobipocket creator involved).
a-dir is what resulted from
Code:
mobi2oeb a.mobi -o a-dir
b.mobi is the result of
Code:
oeb2mobi a-dir/The\ Picture\ of\ Dorian\ Gray.opf -o b.mobi
b-dir is the result of
Code:
mobi2oeb b.mobi -o b-dir
I expected a.mobi and b.mobi to be almost the same, but a.mobi is 322KB and b.mobi 548KB.
I also expected a-dir and b-dir to have very similar contents, but not even the images are the same (they have different sizes). And the HTML in a-dir has simple <p>...</p> tags, while the one in b-dir has <p style="margin-top: 1em; text-indent: 0pt; text-align: justify">...</p>