I have an Excel file with non-English Characters. I saved it to a CSV file, which I believe saves it with UTF-8 encoding.

When I import this file to an application (GnuCash), the non-English characters are "corrupted". I read in a bug report for the application that CSV files with windows 1252 encoding would work.

How can I save my Excel file as CSV with windows 1252 encoding?