CSV test failures started after adding rows, likely due to an encoding issue
13:00 26 Nov 2025

I am working on a test where I provide a CSV file with some rows, run the code using that CSV, generate another CSV, and then compare the results. In one of the input files, I was using the £ sign, while in the comparison file I was using . It was working fine before, but after adding more rows, it started failing, and now it’s reporting ´┐¢.

The issue may be related to the default encoding used by the code editor, but I’m not sure what the exact problem is.

python utf-8 cp866