ASP.NET C# Server.HtmlEncode Wont Encode €
        Posted  
        
            by Jimbo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jimbo
        
        
        
        Published on 2010-05-19T12:08:26Z
        Indexed on 
            2010/05/19
            12:10 UTC
        
        
        Read the original article
        Hit count: 214
        
Hi all
I know that the EURO currency symbol (€) is encoded as € in HTML, but the System.Web.HttpUtility.HtmlEncode("€") doesnt encode it at all. Does anyone know why that is?
Thanks
© Stack Overflow or respective owner