[U-Boot] [PATCH 2/2] buildman: properly translate strings for log and err files to ASCII
sjg at google.com
sjg at google.com
Fri Jun 9 00:01:28 UTC 2017
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: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
---
tools/buildman/builderthread.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list