Re: [U-Boot] [PATCH 1/1] buildman: Translate more strings to latin-1

2017-04-14 Thread Tom Rini
On Fri, Apr 14, 2017 at 10:19:36AM -0600, Simon Glass wrote: > On 14 April 2017 at 08:58, Tom Rini wrote: > > When writing out some of our results we may now have UTF-8 characters > > in there as well. Translate these to latin-1 and ignore any errors (as > > this is for diagnostic and given the g

Re: [U-Boot] [PATCH 1/1] buildman: Translate more strings to latin-1

2017-04-14 Thread Simon Glass
On 14 April 2017 at 08:58, Tom Rini wrote: > When writing out some of our results we may now have UTF-8 characters > in there as well. Translate these to latin-1 and ignore any errors (as > this is for diagnostic and given the githash anything else can be > reconstructed by the user. > > Cc: Simo