Quote:
Originally Posted by Themus
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