export data as UTF-8 csv
I have a form that once completed is EXPORTED to a CSV file via the 'Merge Data files into a spreadsheet' option.
This works fine for importing into my program (VB based) unless I have an 'oddball' character such as the degree ( '°' (ALT-0176)) symbol. This imports as a � (Black triangle with Question mark). It appears to export properly into the spreadsheet (meaning it shows the ALT-0176 '°') properly but when using that generated excel spreadsheet and importing into my program it blows up.
Currently I am forced to then open the CSV file in Excel then re-save it as a 'TRUE' UTF-8 csv. This then results in a perfectly imported CSV into my program.
I need the form to export from Acrobat (latest version) as a true UTF-8 csv file for importing into my program, thus eliminating the need for the extra step of opening the CSV in Excel and re-saving as a true UTF-8 csv.