[Webkit-unassigned] [Bug 133678] New: TextCodecICU::encode should not change characters other characters than backslash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 10 08:19:46 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133678

           Summary: TextCodecICU::encode should not change characters
                    other characters than backslash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: youennf at gmail.com


TextCodecICU::encode is replacing '\' by '¥'.
But it is also doing so for the characters afer '\'.
The string "\cba" will be encoded as '¥¥¥¥'.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list