I'm exporting a CSV file generated with the help of CHCSVParser, using NSUTF8StringEncoding. Since now everything worked perfect, the fields only had text or numbers, but today I tried to add a Currency field where it shows a currency symbol written in a UITextfield.
If a upload the .csv file to Google Docs the symbols shows correctly but if I export it to Excel with the text wizard it shows € (this is for EURO symbol).
Does anyone know how to make excel show the symbol correctly?