Re: [U-Boot] [PATCH] patman: fix coverletter cc list with nulls

2019-11-14 Thread sjg
Hi Robert, On Wed, 13 Nov 2019 at 12:40, Robert Beckett wrote: > > fixes: 8ab452d5877638a97e5bdd521d119403b70b45f5 > > When compiling list of cover letter cc addresses, using null as a > separater, then encoding to utf-8 results in lots of "\x00" as > separators. patman then doesnt understand tha

Re: [U-Boot] [PATCH] patman: fix coverletter cc list with nulls

2019-11-14 Thread sjg
Hi Robert, On Wed, 13 Nov 2019 at 12:40, Robert Beckett wrote: > > fixes: 8ab452d5877638a97e5bdd521d119403b70b45f5 > > When compiling list of cover letter cc addresses, using null as a > separater, then encoding to utf-8 results in lots of "\x00" as > separators. patman then doesnt understand tha

Re: [U-Boot] [PATCH] patman: fix coverletter cc list with nulls

2019-11-14 Thread sjg
Hi Robert, On Wed, 13 Nov 2019 at 12:40, Robert Beckett wrote: > > fixes: 8ab452d5877638a97e5bdd521d119403b70b45f5 > > When compiling list of cover letter cc addresses, using null as a > separater, then encoding to utf-8 results in lots of "\x00" as > separators. patman then doesnt understand tha

Re: [U-Boot] [PATCH] patman: fix coverletter cc list with nulls

2019-11-14 Thread Simon Glass
Hi Robert, On Wed, 13 Nov 2019 at 12:40, Robert Beckett wrote: > > fixes: 8ab452d5877638a97e5bdd521d119403b70b45f5 > > When compiling list of cover letter cc addresses, using null as a > separater, then encoding to utf-8 results in lots of "\x00" as > separators. patman then doesnt understand tha

[U-Boot] [PATCH] patman: fix coverletter cc list with nulls

2019-11-13 Thread Robert Beckett
fixes: 8ab452d5877638a97e5bdd521d119403b70b45f5 When compiling list of cover letter cc addresses, using null as a separater, then encoding to utf-8 results in lots of "\x00" as separators. patman then doesnt understand that when it comes to repoting the list to send-email. Fix this by not encodin