View Single Post
Old 07-14-2008, 10:59 AM   #84
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 zelda_pinwheel View Post
... maybe i should get nick to try and tackle that, for his next project...
Sure go ahead, imp me out to whoever has that need....

The '?' in the .imp can result from two situations:

1) Html code that is known and recognized, but the EBW 1150 embedded font doesn't support, i.e. "& frac12;" or "& #189;" which should display "½" (remove the space after & to get the true Html code!). Many Greek letters fall into this category. You can't do much here except find some work-around like using "1/2" instead of "½".

2) Actual ASCII character (i.e. "©") used instead of the known and displayable Html code (i.e. "& copy;" or "& #169;"). Usually can be fixed by running your .html through Tidy.exe or TidyGUI.exe. However, this may sometimes introduce "other" problems so do this on a backup copy first. If you notice which ASCII characters get converted, you can then do a simple search & replace on your original file if you don't want to use the "tidy'ed" file.
These '?' are inherent problems when converting to .imp, but can usually be overcome by using Html codes instead of literal ASCII character representations. See our wiki pages on Character Sets, in particular ISO-8859-1 and Special characters.

My 2 cents worth... (Ya, you got a discounted rate, since the going rate for imp services are way more! )

Last edited by nrapallo; 07-14-2008 at 11:06 AM. Reason: added wiki links
nrapallo is offline   Reply With Quote