Hi,

I have problem in string encoding.

When I get text from web site, which is encoded in "Windows Baltic" all charters are encoded incorrectly. I use Encoding.UTF7.GetString, how convert to other coding system?

Thnx