Problem writing non-englisg characters (re-post)

B

barry

<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">

is the line above of any help?
 
J

Jon Skeet [C# MVP]

barry said:
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">

is the line above of any help?

Absolutely. Assuming that's accurate (i.e. that the page isn't lying to
you) you should decode it using Encoding.GetEncoding(28591).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top