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( KVFilterSession session, KVCharSet eCharSet );

Arguments

session

A KeyView Filter session that you initialized by calling 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 in kvcharset.h.

Returns

  • If the call is successful, the return value is TRUE.
  • If the call is unsuccessful, the return value is FALSE.