Quoting ANANT S ATHAVALE <[email protected]>:
----- Message from Michael M Slusarz <[email protected]> ---------
Date: Wed, 11 Dec 2013 20:23:54 -0700
From: Michael M Slusarz <[email protected]>
Subject: Re: [imp] spell check problem
To: [email protected]
Quoting ANANT S ATHAVALE <[email protected]>:
Dear List,
I am finding that, every time imp is using different language for spell
check and it is failing (IMP 6.1.6)
Dec 04 2013 13:48:23 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='fr'
--ignore='2' [pid 16470 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 05 2013 15:22:05 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='it'
--ignore='2' [pid 16486 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 05 2013 15:23:56 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='ro'
--ignore='2' -H --rem-html-check=alt [pid 16470 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 05 2013 15:28:04 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='it'
--ignore='2' -H --rem-html-check=alt [pid 16468 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 05 2013 15:36:50 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='da'
--ignore='2' -H --rem-html-check=alt [pid 16584 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 06 2013 10:05:02 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='ha'
--ignore='2' [pid 14854 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 09 2013 12:00:35 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='tl'
--ignore='2' -H --rem-html-check=alt [pid 4653 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 09 2013 13:36:02 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='vi'
--ignore='2' [pid 14079 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 10 2013 11:02:47 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='pt'
--ignore='2' -H --rem-html-check=alt [pid 14077 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 10 2013 15:26:24 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='sl'
--ignore='2' -H --rem-html-check=alt [pid 4651 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 11 2013 11:10:15 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='cy'
--ignore='2' -H --rem-html-check=alt [pid 4656 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Dec 11 2013 12:51:06 ERR: HORDE [imp] Spellcheck failed. Command line:
/usr/bin/aspell -a --encoding=UTF-8 --sug-mode=fast --lang='ha'
--ignore='2' -H --rem-html-check=alt [pid 4652 on line 91 of
"/usr/share/pear/Horde/SpellChecker/Aspell.php"]
Why is it so?
It's using whatever language value the user is telling it to use.
michael
___________________________________
Michael Slusarz [[email protected]]
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe,
mail: [email protected]
----- End message from Michael M Slusarz <[email protected]> -----
Dear Michael,
I have already locked the preferences in Horde as below in prefs.local.php
$_prefs['location']['locked'] = true;
$_prefs['language']['value'] = 'en_US';
$_prefs['language']['locked'] = true;
$_prefs['sending_charset']['value'] = 'UTF-8';
$_prefs['sending_charset']['locked'] = true;
$_prefs['timezone']['value'] = 'Asia/Kolkata';
$_prefs['timezone']['locked'] = true;
These have nothing to do with the spelling charset. See horde/config/nls.php
michael
___________________________________
Michael Slusarz [[email protected]]
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]