getCharacterSet

String dataSet.getCharacterSet ( )

Description

Get the character set being applied the scraped data.

Parameters

This method does not receive any parameters.

Return Values

Returns the character set applied to the scraped data, as a string. If a character set has not been specified then it will default to the character set specified in settings dialog box.

Change Log

Version Description
5.0 Added for all editions.

Examples

Get Character Set

 // Get the character set of the dataSet
 charSetValue = dataSet.getCharacterSet();

See Also