I have enabled Enchant in PHP. and tested it. Seems to be working. I then enabled spell check in roundcube and set it as 'Enchant' and then saved and went to test it and it just keeps saying no misspellings found. Am I doing something wrong?
Thanks
Travis
$rcmail_config['enable_spellcheck'] = True;
$rcmail_config['spellcheck_dictionary'] = True;
$rcmail_config['spellcheck_engine'] = 'Enchant';
$rcmail_config['spellcheck_uri'] = '';
$rcmail_config['spellcheck_languages'] = array('en'=>'English'); ** Tried as Null also **
try with 'enchant'.
Is enchant better than pspell? What are the pros and cons of the two? I moved to pspell after Googie went away, but if enchant is better...
I tried 'enchant' and it didn't work.
The reason I had to choose Enchant as pspell is not available to Windows php 5.3.2+.
Travis
Any other ideas?
Besides not using Windows? I'm afraid not.
My guess is that Roundcube is going to need a tweak to work with enchant. Might be worth submitting a Feature Request in the Trac.
Since your posted "$rcmail_config" in your original post I'm assuming your using RoundCube 0.9.x or earlier, enchant is only setup in RoundCube git master.
I didn't realize there was a roundcube git master version.
Thanks.