问问题
9917 次
3 回答
3
Found it. Windows-1252. Took me a long time but thanks everyone who tried to help :)
于 2009-09-04T22:06:08.973 回答
1
Maybe something like this?
于 2009-09-04T20:37:20.183 回答
0
If you're working with ASP.NET, you can use HttpUtility Class as follow:
string s = System.Web.HttpUtility.HtmlDecode(content);
For more info: http://msdn.microsoft.com/en-us/library/System.Web.HttpUtility(v=vs.110).aspx
于 2014-09-01T08:06:52.503 回答