Home
last modified time | relevance | path

Searched hist:aafbe82fb6ffc233f0db57b675c2577cf37c846b (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilderthread.pyaafbe82fb6ffc233f0db57b675c2577cf37c846b Thu Jun 08 01:07:09 UTC 2017 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 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: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>