View Single Post
Old 06-01-2010, 10:32 PM   #6
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by kokoshmusun View Post
I get a lot of "A"s with a hat around the document when I generate pdf from html with htmldoc. I've gotten it on two separate books. Is there a way to fix that?
Those A's are "non-break spaces" usually represented by   in HTML code. It is also represented by it's numeric code "&# 160;" or hex "&# xA0;" and thus the A's with hats! (ignore that space within the preceding quotes)

When present and this problem is exhibited, see if you can re-save the .html file in ASCII/ANSI (i.e. non UTF-8) plain text format. Then retry your conversion.

This may be a source file encoding issue that cannot be properly interpreted by that (old) htmldoc program.
nrapallo is offline   Reply With Quote