Author Topic: Enchant Spell Check  (Read 5029 times)

Offline TechMonster

  • Jr. Member
  • **
  • Posts: 34
Enchant Spell Check
« 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 **

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Enchant Spell Check
« Reply #1 on: August 28, 2013, 01:05:52 PM »
try with 'enchant'.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: Enchant Spell Check
« Reply #2 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...
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline TechMonster

  • Jr. Member
  • **
  • Posts: 34
Re: Enchant Spell Check
« Reply #3 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

Offline TechMonster

  • Jr. Member
  • **
  • Posts: 34
Re: Enchant Spell Check
« Reply #4 on: August 30, 2013, 10:59:27 AM »
Any other ideas?

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: Enchant Spell Check
« Reply #5 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.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Enchant Spell Check
« Reply #6 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.

Offline TechMonster

  • Jr. Member
  • **
  • Posts: 34
Re: Enchant Spell Check
« Reply #7 on: August 30, 2013, 09:17:37 PM »
I didn't realize there was a roundcube git master version.
Thanks.