Specify a Target Character Set
KeyView provides a way to specify the target character set when extracting subfiles. This is only used to set the character set when extracting the body of a mail message. OpenText recommends using UTF-8 or UTF-16 because these are widely supported and can encode a diverse range of characters.
To specify a target character set
- In the C API, set
KVExtractSubFileArg->trgCharSet
when you call fpExtractSubFile(). The supported character sets are specified in theKVCharSet
enumeration inkvcharset.h
.