Read special characters in CSV module

0
Hi, I am using the CSV module. When I am reading the CSV, the special characters such as accent marks are given with the following symbol �. How can I make it read the special characters correctly?    
asked
1 answers
0

Is this character only appearing in the debugger, or are you seeing on pages as well? 

 

It was a while ago, but I think I had something similar and it was only in the debugger this occurred. The actual data was fine when I used it on a page. I think it was a utf8 issue in Studio Pro at the time.

answered