I have unistalled, then re-installed (per the directions on the FCK site) ASPELL. I test it via command line and it works great. When I run it in the editor the following submitted source:
<span style="font-style: italic; color: rgb(153, 204, 0);">eric </span><span style="font-weight: bold; color: rgb(153, 204, 0);">lee</span>
Comes up with the following spellcheck text:
(153, 204, 0);"> (153, 204, 0);">lee<br >
I have tried a variety of settings, currently using: $aspell_opts = "-a --lang=$lang --encoding=utf-8"; though I have also used: $aspell_opts = "-a --lang=$lang --encoding=utf-8 -a -d american -H";
Is this a magic_quotes thing? What are the baseline server/PHP config settings needed? Can I add addslashes() somewhere to get this working?
Any help will be greatly appreciated.
<span style="font-style: italic; color: rgb(153, 204, 0);">eric </span><span style="font-weight: bold; color: rgb(153, 204, 0);">lee</span>
Comes up with the following spellcheck text:
(153, 204, 0);"> (153, 204, 0);">lee<br >
I have tried a variety of settings, currently using: $aspell_opts = "-a --lang=$lang --encoding=utf-8"; though I have also used: $aspell_opts = "-a --lang=$lang --encoding=utf-8 -a -d american -H";
Is this a magic_quotes thing? What are the baseline server/PHP config settings needed? Can I add addslashes() somewhere to get this working?
Any help will be greatly appreciated.
