http://bugzilla.novell.com/show_bug.cgi?id=585992
http://bugzilla.novell.com/show_bug.cgi?id=585992#c0 Summary: HttpUtility.HtmlDecode does not decode hexadecimal coded HTML entities Classification: Mono Product: Mono: Class Libraries Version: 2.4.x Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/5332 (KHTML, like Gecko) Chrome/5.0.339.0 Safari/533.2 Using the HttpUtility.HtmlDecode function does not decode an HTML entities that is encoded in hexadecimal but works only with decimal encoded version. Reproducible: Always Steps to Reproduce: 1. See code sample included in attachment Actual Results: © == © == © and Γ == Γ == Γ Expected Results: © == © == © and Γ == Γ == Γ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
