Re: [gitdm PATCH 2/2] logparser.py: Try and be more robust with unicode handling

2022-07-12 Thread Tom Rini
On Tue, Jul 12, 2022 at 04:58:46AM -0600, Simon Glass wrote: > On Thu, 7 Jul 2022 at 13:22, Tom Rini wrote: > > > > Given the sometimes oddly formatted data that can come through when > > removing code, we need to be as flexible as possible when handling it. > > Set our encoding to unicode_escape

Re: [gitdm PATCH 2/2] logparser.py: Try and be more robust with unicode handling

2022-07-12 Thread Simon Glass
On Thu, 7 Jul 2022 at 13:22, Tom Rini wrote: > > Given the sometimes oddly formatted data that can come through when > removing code, we need to be as flexible as possible when handling it. > Set our encoding to unicode_escape and if we still run in to a problem, > it's likely going to be OK to ig

[gitdm PATCH 2/2] logparser.py: Try and be more robust with unicode handling

2022-07-07 Thread Tom Rini
Given the sometimes oddly formatted data that can come through when removing code, we need to be as flexible as possible when handling it. Set our encoding to unicode_escape and if we still run in to a problem, it's likely going to be OK to ignore it. Signed-off-by: Tom Rini --- I've emailed this