September 2001
Intermediate to advanced
768 pages
32h 45m
English
int pspell_new_personal(string dictionary_file, string language, [string spelling], [string jargon], [string encoding], [int pspell_mode])
| dictionary_file | Pathname of personal dictionary file |
| language | Language in which spell checking is to be done |
| spelling | Spelling variation to use, if applicable |
| jargon | Jargon variation to use, if applicable (see description) |
| encoding | Expected encoding of the checked words |
| pspell_mode | Mode in which Pspell will check words |
Creates a link to a Pspell dictionary to be used in subsequent operations.
Returns:
If successful, a positive integer identifier for the Pspell dictionary opened; FALSE if an error occurs
Description:
pspell_new_personal() opens the dictionary indicated by its arguments ...
Read now
Unlock full access