I create a CSV file with an automated VB script of an Excel file. The file is encoded with latin_1. To import this file correctly into my MySQL database I need to convert the encoding of the file to UTF8.
It works if I save the file manually to UTF8, but I would like to have that automated with PHP.
The direction is XLS -> CSV -> MYSql. Everything runs on windows.