I've implemented a screenscraper class that connects to a web site, navigates, and fetches some data.
If the data that is being fetched contains special
characters, for example the euro currency sign, the
character is transformed into a question mark "?"
I use the method getCellAsText on a WebTable instance. Is there a solution to this problem?
Cheers,
Gian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've implemented a screenscraper class that connects to a web site, navigates, and fetches some data.
If the data that is being fetched contains special
characters, for example the euro currency sign, the
character is transformed into a question mark "?"
I use the method getCellAsText on a WebTable instance. Is there a solution to this problem?
Cheers,
Gian