I have a asp.net application and I uses ISO-8859-1 charset. But It is not OK. In the postback, I got ISO-8859-1 keycode. But the applicati开发者_开发百科on response next time, it is display like this. How can convert to normal fonts.
ေနေကာင္းလား
 Encoding encoding = Encoding.GetEncoding("ISO-8859-1");
 var normalText= HttpUtility.UrlDecode(encodedText);
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论