B barry Feb 19, 2008 #21 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is the line above of any help?
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is the line above of any help?
J Jon Skeet [C# MVP] Feb 19, 2008 #22 barry said: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is the line above of any help? Click to expand... Absolutely. Assuming that's accurate (i.e. that the page isn't lying to you) you should decode it using Encoding.GetEncoding(28591).
barry said: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is the line above of any help? Click to expand... Absolutely. Assuming that's accurate (i.e. that the page isn't lying to you) you should decode it using Encoding.GetEncoding(28591).