respell_wordchars()

extern KADMOS_ERROR KADMOS_API respell_wordchars
  (ReSpellData *rsd, char *wordchars, int wordchars_size);

Parameter:

rsd
Pointer to a with respell_init() initialized structure ReSpellData.
wordchars
Buffer for the result the character set of the dictionary.
wordchars_size
Size of the buffer wordchars.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

This function returns the character set of the dictionary.

Reference: