Hi
As I am transferring server, I need to export my existing database (charset=utf-

using the phpMyAdmin. Using the default setting and export as SQL.
In my new Server, I use the phpMyAdmin to import the database using the charset as UTF-8. When I check the database that I have import, it turns out in garbage characters.
How do I overcome this problem?
I can choose any of these options to export:
CSV , CSV for MS Excel , Microsoft Excel 2000 , Microsoft Word 2000 , LaTeX , Open Document Spreadsheet , Open Document Text , PDF , SQL , XML
My site is already set as:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Also when I tried importing as Latin-1, it is showing as garbage but when I copied the source and ran it with my html program, it is showing correctly. But this is not when it is showing in the website.
Hope someone can kindly give me advice how to resolve this.
Thank you.