Skip to content

qie.getChannelEncoding

Signature: qie.getChannelEncoding()

Returns: String channelEncoding - the channel character encoding (UTF-8, UTF-16, ISO-8859-1, etc.)

Retrieves channel configured character encoding.

Parameters

None

Example

var channelEncodingSpecified = qie.getChannelEncoding(); // returns (UTF-8, UTF-16, ISO-8859-1, etc.)