This function specifies a character set for the source document. Use this function if the character set information cannot be determined from the source document.
BOOL pascal fpSetSrcCharSet( void *pContext, KVCharSet eCharSet );
pContext
|
A pointer returned from fpInit() . |
eCharSet
|
Specifies the source character set when the document reader for the document type cannot determine the character set. The character sets are enumerated in KVCharSet of kvtypes.h . |
TRUE
.FALSE
.
|