[Webkit-unassigned] [Bug 122795] New: Make UTF-8 encoding of unpaired surrogates match Encoding standard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 17:53:03 PDT 2013


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

           Summary: Make UTF-8 encoding of unpaired surrogates match
                    Encoding standard
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ap at webkit.org, mitz at webkit.org,
                    enrica at apple.com, mmaxfield at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/109e9896a406aa3e76350a733bd030e8eeacc4c4

The Encoding standard says that unpaired UTF-16 surrogates in JS
strings should be converted into U+FFFD (replacement character)
during encode operations. This is (optionally) done already in
WTFString::utf8() but not handled in TextCodecUTF8.

-- 
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