> 1.  Yes, and got same result.
> 2. aspell -v gave @(#) International Ispell Version 3.1.20 (but really
> Aspell 0.50.3)
>     squirrelspell version is  sqspell_config.php,v 1.14 2003/03/11
> 15:57:21
> (squirrelmail 1.4.2
> 3. Just tried adding the --lang-en to the expression and still failed.
> WHat
> is the exact expression I must use for aspell 0.50.3?

$ dpkg -l aspell* | grep ^ii
ii  aspell         0.50.3-13      GNU Aspell spell-checker
ii  aspell-bin     0.50.3-13      GNU Aspell standalone spell-check utilities
ii  aspell-de      0.50-2-1       German dictionary for aspell
ii  aspell-en      0.51-0-3       The English dictionary for GNU Aspell
ii  aspell-es      0.50-2-2       Spanish dictionary for aspell
ii  aspell-fr      0.50-3-2       French dictionary for aspell

$ls /usr/share/aspell
ASCII.dat      en.dat         fr_phonet.dat   iso8859-15.dat 
iso8859-4.dat  iso8859-8.dat  koi8-r.dat    viscii.dat
de.dat         en_phonet.dat  iso8859-10.dat  iso8859-1.dat  
iso8859-5.dat  iso8859-9.dat  koi8-u.dat
de_phonet.dat  es.dat         iso8859-13.dat  iso8859-2.dat  
iso8859-6.dat  ispell         spell
dvorak.kbd     fr.dat         iso8859-14.dat  iso8859-3.dat  
iso8859-7.dat  koi8-f.dat     standard.kbd
----------------

-- from sqspell_config.php --

$SQSPELL_APP = array('English' => 'aspell --lang=en -a',
                     'German'  => 'aspell --lang=en -d de -a',
                     'French'  => 'aspell --lang=en -d fr -a',
                     'Spanish' => 'aspell --lang=en -d es -a');

------------------

Tested SquirrelMail 1.5.0cvs and vanilla 1.4.2 (changed only
sqspell_config.php, while configuring used only D option to set imap
server and installed all plugins). Enabled all dictionaries in user prefs.
Checked one English and one German sentence.

PHP 4.1.2, Apache 1.3.28, Debian Sarge, browser=MozillaFirebird 0.7

I needed --lang=en because I was testing it in locale unsupported by
aspell. If I run program with English locale, option is not needed.

Make sure that you have correct aspell installation, and spell checking
works without webserver.

aspell -c some-file.txt

Make sure that $datadir/username.words (personal dictionary) does not
contain some wierd words.

-- 
Tomas


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to