Comment 2 for bug 1068936

Revision history for this message
Martin Packman (gz) wrote : Re: bzr: ERROR: exceptions.UnicodeEncodeError: 'ascii' codec can't encode characters in position 116-117: ordinal not in range(128)

Similar to bug 930919, but here a wrapped stream is being used. What's special here is cmd_send has `encoding_type = 'exact'` set as it wants binary output... But that's not true with --help where correct unicode handling is needed.