[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 20:18:31 PDT 2011


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





--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2011-06-20 20:18:31 PST ---
(In reply to comment #7)
> 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?

Looks like you can figure out the default encoding in Python by running this in the REPL:

import sys
sys.getdefaultencoding()

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