Bug 1566979 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Forgot to follow this so I didn't see the response.

I've just done a test, and it looks like the encoding is not getting set for python. Locally, I see `sys.stdout.encoding` as 'UTF-8' but on the builder it is 'None'. The 'None' makes it fallback to outputting ASCII, hence the issue here.

Anyone have any ideas where we need to set this?

Back to Bug 1566979 Comment 3