I'm trying to save a string:
`Error Number: 1366</p><p>Incorrect string value: '\xCC\xC7 Ree...' for column 'ShipToName' at row 1</p><p>INSERT INTO `default_orders` (`OrderNumber`, `ShipCarrier`, `ShipService`, `ShipDate`, `ShipToName`, `ShipToAddress1`, `ShipToAddress2`, `ShipToCity`, `ShipToState`, `ShipToZip`, `ShipToCountry`, `ShipToPhone`, `SKU1`, `ProdName1`, `Qty1`, `batch_id`, `timestamp`, `client_id`, `status`) VALUES ('LIFEG-1004648', 'USPS', 'First Class Mail', '', 'Zo�� Reed', '17`
But it won't save. I'm using CodeIgniter Active record if that matters.