I'm creating an application that needs to grab some data that is in a SQL Server database with iso-8859-1 encoding, and insert into a MySQL database with utf-8 encoding.
Some words with accents are giving error when inserting into MySQL database.
Incorrect string value: '\xC7AFR\xC3O' for column 'produto' at row 1
The word that appears with error is Saffron. How can I work around this error and insert the record into the bank?
obs: I'm using PHP