Gian Franco - 2005-03-03

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