View Single Post
Old 07-14-2008, 12:21 PM   #85
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
Quote:
Originally Posted by nrapallo View Post
Sure go ahead, imp me out to whoever has that need....
:extra strength groaning smiley:

Quote:
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 "½".
for your next project (since i'm sure you have nothing else to do, right ? ), could you try to find a way to put in a custom font ? one that actually has a few special characters ? or is that completely impossible ?

Quote:
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.
sadly, i suspect in this case the problem is that the special characters are not supported by the imp font. this is a big problem.

Quote:
My 2 cents worth... (Ya, you got a discounted rate, since the going rate for imp services are way more! )
that's nice of you to give a special deal to your friends. we appreciate it.
zelda_pinwheel is offline   Reply With Quote