I import an inventory file from a vendor.
It is in UTF-8 format. However, some data gets put into my database in Windows-1252 so I get the ?? where a unicode symbol exists and it messes up my data feed to Google Merchant Center.
How can I get this data place correctly into my database in UTF-8 format?