[Mono-bugs] [Bug 585992] New: HttpUtility.HtmlDecode does not decode hexadecimal coded HTML entities

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 5 18:12:19 EST 2010


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: mhabersack at novell.com
        ReportedBy: smsisko at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list