Comment 2 for bug 667556

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 667556] [NEW] UnicodeEncodeError when selftest output includes non-ascii

  status confirmed
  importance medium
  tags +unicode

I would guess this is specifically happening when a test fails with an
error message that includes unicode characters.

It looks like bzr thinks your output encoding is cp437. Is that right?

If we can't represent the error message in the desired output encoding
we should probably do errors=replace. In fact perhaps that should
always be true on whatever stream testtools is trying to write to?

--
Martin