This issue is absolutely killing me, I cannot get a single solution online to work!
I am trying to import the following text from a CSV to a MySQL table - via Navicat's import wizard:
L154 – TRAINING WARRANTY
The hyphen is a wide hyphen and so far I've managed to import it as either a question mark, or a black diamond with question mark inside. Same for £ symbols and other special characters.
Everyone always talks about UTF-8. So far I have tried:
Saving the CSV in Excel, clicking Tools > Web Options > Encoding: UTF-8
Right clicking the database and clicking EDIT. Setting Char set to utf8 Unicode and Collation: utf8_general_ci
I have "designed" the table and set the 2 options above to exactly the same.
I have edited the varchar field in question and set the same 2 fields again to the 2 types above.
But my hyphen will not import correctly.
It would be nice to know exactly how to go about importing data that has £ symbols and other special characters once and for all.