Hi all,
pspell seems to be just the spelling solution for me - but I don't seem to be able to create a custom dictionary - which would make it ideal
Can anyone point me in the right direction?
The example in the manual:
<?php
$pspell_config = pspell_config_create("en");
pspell_config_personal($pspell_config, "d:/tmp/dictionaries/custom.pws");
$pspell_link = pspell_new_config($pspell_config);
?>
Just wont work because:
PSPELL couldn't open the dictionary.
reason: No word lists can be found for the language "en"
Can pspell actually create a personal dictionary or does it just amend an existing one ? If so where can I get a template for one so I can create it and then amend it ???
Please help - its doing my nut!! :queasy: