Hello.

I have to read and parse web page which is in UTF-8(or i think that it is). Page contains some arabic texts.

I use this class http://www.codeproject.com/internet/amhttputils.asp to read web page. It wooks good.

But in watch window i see only strange symbols,instead of arabic words.

I tried to use MultiByteToWideChar(CP_UTF8..., after that all arabic words become ???? .

What i'm doing wrong?Any ideas?

P.S. I compile with _UNICODE.