Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: TechMonster on August 28, 2013, 12:35:33 PM

Title: Enchant Spell Check
Post by: TechMonster on August 28, 2013, 12:35:33 PM
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 **
Title: Re: Enchant Spell Check
Post by: alec on August 28, 2013, 01:05:52 PM
try with 'enchant'.
Title: Re: Enchant Spell Check
Post by: ABerglund on August 28, 2013, 01:25:22 PM
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...
Title: Re: Enchant Spell Check
Post by: TechMonster on August 28, 2013, 02:16:50 PM
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
Title: Re: Enchant Spell Check
Post by: TechMonster on August 30, 2013, 10:59:27 AM
Any other ideas?
Title: Re: Enchant Spell Check
Post by: ABerglund on August 30, 2013, 04:58:42 PM
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.
Title: Re: Enchant Spell Check
Post by: SKaero on August 30, 2013, 05:15:06 PM
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.
Title: Re: Enchant Spell Check
Post by: TechMonster on August 30, 2013, 09:17:37 PM
I didn't realize there was a roundcube git master version.
Thanks.