[Webkit-unassigned] [Bug 50843] gtk-ews having trouble with non-ascii characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 17:12:34 PDT 2011


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2011-06-20 17:12:34 PST ---
I'm struggling to reproduce this with a minimal example.  I'm not sure how we're hitting this.

I could see we might hit a decoding error with run_and_throw_if_fail(cmd, silent=True), because /dev/null is opened w/o any encoding.

But I don't see how we hit this case.  What stream are we opening with encoding of ascii?  The logging stream?  Maybe the python on that system doesn't correctly default to utf8?

What's the lang value before we override it to US-ASCII?

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