My csv file contains special characters like 'æ', 'å' etc. When I read and print the file, special characters in the file gets converted into '�'. I tried setting page encodig to UTF-8 and ISO 8859-1. But none of these helped.
Could smb advice a solution?
I think you have to detect and change the original encoding as folows (if you are using php):