something
If you look at my blog (given below), there is some code there which shows
you how to get the correct encodings. This will make sure that you dont lose
data.
--
feroze
http://weblogs.asp.net/feroze_daud
============
Remove "user" from the email address to reply to the author.
This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"z. f." <zigi@info-scopeREMSPAM.co.il> wrote in message
news:uv2Ju4NFEHA.3980@TK2MSFTNGP12.phx.gbl...
> thanx, it worked,
> even though it worked with
> System.Text.Encoding.GetEncoding( "windows-1255")
> because response.ContentEncoding returns empty string.
> (i checked the HTTP response headers, and it does not include encoding
> information, the browser looks in the HTML META tag for that, and that
what
> i gave the StreamReader class.)
>
>
> "Ianier Munoz" <ianier[nospam]@hotmail.com> wrote in message
> news:eYVLNxMFEHA.628@TK2MSFTNGP10.phx.gbl...
resulting[color=blue]
(not[color=blue]
response.GetResponseStream() );[color=blue]
>
>