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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 13:31:44 PST 2009


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





--- Comment #16 from Eric Seidel <eric at webkit.org>  2009-12-16 13:31:44 PST ---
Our handling of file data on the server might also be screwing you here:
http://trac.webkit.org/browser/trunk/WebKitTools/QueueStatusServer/queue_status.py#L148

the str() call was added to work around a bug where Blob() can't handle u""
strings.  Maybe we need to use BinaryBlob or something.

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