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.