September 2001
Intermediate to advanced
768 pages
32h 45m
English
bool pspell_config_runtogether(int configid, bool runtogether)
| configid | Configuration handle to use |
| runtogether | Whether to consider run-together words as valid |
Tells a Pspell configuration whether to consider run-together words as correctly spelled.
Returns:
TRUE if successful; FALSE otherwise
Description:
This function offers a way to change the setting of a Pspell configuration’s runtogether option after a link to the configuration has been created with pspell_config_create(). If runtogether is a TRUE value, checks on words using a dictionary link created with configid will consider run-together words as correctly spelled; otherwise, they’ll be considered misspelled. This only affects the operation of pspell_check() ...
Read now
Unlock full access