Roundcube Community Forum

 

Enchant Spell Check

Started by TechMonster, August 28, 2013, 12:35:33 PM

Previous topic - Next topic

TechMonster

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 **

alec


ABerglund

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...
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

TechMonster

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

TechMonster


ABerglund

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.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

SKaero

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.

TechMonster

I didn't realize there was a roundcube git master version.
Thanks.