|
-
January 24th, 2006, 01:48 AM
#1
Unicode and html pages
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|