Re: Unicode and html pages
the <head> tag should have the encoding type in it.
Use a browser to fetch the page and chekc what kind of charset it uses.
Re: Unicode and html pages
There are no charset in <head>. But IE determinate page as UTF_8, and if I save page on disk,IE save it in UTF_8.
Re: Unicode and html pages
What is the "Watch Window"?
Re: Unicode and html pages
In VS 6.0 it's the window where you can see values of variables.;)
Re: Unicode and html pages
Ok. That window is probably just ansi.
Please check the webpage in a real browser or wordpad.
Re: Unicode and html pages
I think,you don't understand what I ask.
If i watch this page in IE,then it's look pretty good,and all arabic words are well displayed.
But when i try to read this page in my program I get bad representation of arabic words.
I know exactly,that watch window of VS can show me arabic words, if I read page correct or convert it in a right way.
So how to read or convert correctly?