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
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