View Single Post
Old 09-04-2011, 04:26 PM   #10
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by Themus View Post
Thank you for the Clarification. @HITCH. Thanks as well for your suggestions. I tried editing the exploded files in Notepad++ and found the HTML code got in the way. This morning I downloaded your suggestion of Notetab Pro {trial} and for the life of me I cannot find the spell checker. It's not even listed in it's help files. Just mentions the dictionaries. I've been under every tab, nook and cranny.

I see automode, but in my case the text is already generated. I'll look at Microspell in a few minutes.
As others here have already told you, you have a coding mismatch; somehow, somewhere, you got the coding for curly quotes from something else (looks like...Word's Win-1252, maybe? Maybe not?). FIRST, go through with regex (search and replace) and replace those suckers with named entities, i.e.,
Code:
“ and ”
as needed.

THEN use NoteTabPro's Spellchecker (Tools->Spelling)...I am not sure it's in the freebie version. NTP is el cheapo to buy, though, and is, IMHO, the best html editor on the market for the power-user. And for non-programmatic drones like me, BTW.

I hope that helps; the actual coding mismatch is better left to those smarter than I.

Hitch
Hitch is offline   Reply With Quote