Set the Character Set During Filtering
You can convert the character set of a file at the time the file is filtered.
To specify the source character set, use the SourceCharSet
property. For example:
objFilter.SourceCharSet=sourceCharSet;
You specify the target character set when you instantiate the Filter object. For example:
Filter objFilter = new Filter("YOUR_KEYVIEW_LICENSE", Charset.KVCS_UTF8, 0);