fpSetSrcCharSet()
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.
Syntax
BOOL pascal fpSetSrcCharSet( void *pContext, KVCharSet eCharSet );
Arguments
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
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 in kvcharset.h . |
Returns
- If the call is successful, the return value is
TRUE
. - If the call is unsuccessful, the return value is
FALSE
.