On your on risk you may try adding the lines below to the file 'includes/db_mysql.php' just after the lines with @mysql_connect:
mysql_query("SET NAMES 'utf8'"); mysql_query("SET CHARACTER SET utf8"); mysql_query("SET COLLATION_CONNECTION = 'utf8_turkish_ci'");