I'm developing a tool which inserts a CSV file created from an Excel file, into a MySQL database using PHP. I got a serious encoding issue. For example the word :
numéro
becomes the following string :
num├â┬®ros
I've never seen such an encoding problem. I tried to force conversion to UTF8 or ANSI : it's not better. Any idea ?
Thank you.