Describe the bug
I got the following output when running stl-lit.py
stl-lit.py: G:\STL\tests\utils\stl\test\format.py:225: warning: 'utf-8' codec can't decode byte 0xc3 in position 14: invalid continuation byte
UNRESOLVED: std :: tests/GH_000935_complex_sqrt:23 (17 of 29)
|
# Ensure the resulting output is always of string type. |
|
out = out.decode() |
|
err = err.decode() |
out.decode() fails because its encoding isn't UTF-8.