[Webkit-unassigned] [Bug 32625] New: Early Warning System doesn't obey system locale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 11:55:09 PST 2009


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

           Summary: Early Warning System doesn't obey system locale
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: evan at chromium.org
                CC: abarth at webkit.org


http://webkit-commit-queue.appspot.com/results/127615

Has some mojibake on it.
../../WebCore/page/SecurityOrigin.cpp: In member function ‘bool
WebCore::SecurityOrigin::canAccess(const WebCore::SecurityOrigin*) const’:
(bugzilla may eat that)

It's because the builder is running in a UTF-8 locale, so it is outputting
UTF-8.

Since Mac/Win will only output ASCII, probably putting a UTF-8 encoding header
on the page will probably be the easiest fix.

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