Hi benkus,
Please change the following setting for your database:
MySQL charset : UTF-8 Unicode (utf8)
MySQL connection collation : utf8_general_ci
MySQL collation : utf8_general_ci
You can also try this : After selecting database mysql_select_db(dbname); use mysql_query('set names "utf8"');
Hope this help..
KPs