Skip to content
Snippets Groups Projects
Commit aafbe82f authored by Daniel Schwierzeck's avatar Daniel Schwierzeck Committed by Simon Glass
Browse files

buildman: properly translate strings for log and err files to ASCII


The build output can still produce unicode encoded output. But in
the buildman's log and err files we only want plain ASCII characters.

To handle all situations with unicode and non-unicode output, encode
the stdout and stderr strings to UTF-8 and afterwards to ASCII with
replacing all special characters.

Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent b0e994c2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment