David Marchand, Mar 05, 2024 at 14:27:
> The script buildtools/get-test-suites.py is not tolerant with Unicode.
> We may be more flexible probably.
> Bruce, Robin, what do you think about allowing Unicode characters in this
script?
Note: I could reproduce this issue with a Ubuntu 18.04 container, but
not with my fedora 38.
Maybe something to do with a python version.. ?
The files are opened without specifying an encoding. So it depends on
the LC_ALL environment variable.
https://git.dpdk.org/dpdk/tree/buildtools/get-test-suites.py#n22
I will send a patch to fix this.