Re: [PATCH rtems-source-builder v1] source-builder: Handle utf8 in path

2022-05-14 Thread Chris Johns
OK Thanks Chris On 14/5/2022 3:15 am, Kinsey Moore wrote: > It's possible for an environment to have unicode characters in its > paths. This was recently exposed by the latest newlib update and RSB > fails under Python 2.7 in this situation. This resolves the issue by > ensuring that the paths ar

[PATCH rtems-source-builder v1] source-builder: Handle utf8 in path

2022-05-13 Thread Kinsey Moore
It's possible for an environment to have unicode characters in its paths. This was recently exposed by the latest newlib update and RSB fails under Python 2.7 in this situation. This resolves the issue by ensuring that the paths are encoded and decoded as necessary. Related issue that caused the c