Hi,
I have a PHP acript that generates csv files and then automatically forces downloading them. Before i have added this line - header("Content-type: application/csv; charset=UTF-8");. When opening file in editors like Notepad, every character shows fine, but when importing the csv into applications like MS Excel, it does not detect the charset automatically and i have to select it manually to display all the characters normally. Is that an Excel thing or i have done something wrong in generation and download process?
Thanks