Gets the name of the encoding used for the item.
[Visual Basic] Function GetEncoding() As String [C#] string GetEncoding(); [C++] String* GetEncoding(); [JScript] function GetEncoding(): String;
The encoding name. The value is one of the IANA charset names.
Some output (like RTF) require to know in which encoding the text is output. The default value is the name of the default encoding for the current user.
CAUTION The encoding value is not reset when you call the Reset method.
IFilterItem Interface | Okapi.Library.Filter Namespace | SetEncoding