I convert my database and select utf8 as a connection charset, but all national symbols are corrupted (displayed as small squares or other wrong symbols). How can I solve the problem?
– Probably you use MySQL server earlier than version 4.1 and your MySQL data is not in utf8 charset. MySQL server earlier than v4.1 doesn’t support charset conversion. That it why you should set the same connection charset as configured on your server (usually latin1). I’ve got the following error message: “The dynamic link library SHLWAPI.dll could not be found in the specified path…” – Please, install Internet Explorer version 4.01 or later.