hi, just moved a site from one server to another. All goes well, apart from an issue with text fields in a mysql table. Whereby something like this -
INSERT INTO my_table VALUES (1, 1, 'Here's - some text', 0);
comes out as "Here?s ? some text" in the new database.
Messing with the Collation format seems to make no difference. What am I missing?
thanks
tony