[Webkit-unassigned] [Bug 37765] REGRESSION(57531): the commit-queue still hates Tor Arne Vestbø

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 18 05:00:11 PDT 2010


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





--- Comment #14 from Eric Seidel <eric at webkit.org>  2010-04-18 05:00:10 PST ---
I think this one finally works.  I ended up having to rip out a bunch of
StringIO plumbing.  Basically every time we use StringIO, we have to be sure to
encode the unicode string to a utf-8 byte array so that StringIO can vend back
byte arrays via its read() method.

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