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();
charSetValue = dataSet.getCharacterSet();
See Also
- setCharacterSet [dataSet] - Set the character set of collected data.
scraper on 07/16/2010 at 5:19 pm
- Printer-friendly version
- Login or register to post comments