Re: [U-Boot] [PATCH] patman: Handle non-ascii characters in names

2017-02-08 Thread Simon Glass
On 8 February 2017 at 06:03, Simon Glass wrote: > On 7 February 2017 at 00:11, Chris Packham wrote: >> When gathering addresses for the Cc list patman would encounter a >> UnicodeDecodeError due to non-ascii characters in the author name. >> Address this by explicitly using utf-8 when building th

Re: [U-Boot] [PATCH] patman: Handle non-ascii characters in names

2017-02-08 Thread Simon Glass
On 7 February 2017 at 00:11, Chris Packham wrote: > When gathering addresses for the Cc list patman would encounter a > UnicodeDecodeError due to non-ascii characters in the author name. > Address this by explicitly using utf-8 when building the Cc list. > > Signed-off-by: Chris Packham > --- > O