Hallo I have a problem with importing database to mysql; with encoding russian symbols. when i import database through phpMyAdmin (or just make query) to mysql, russian text is written like "?????? ????" instead "russian text". Example: http://sushko.net/xlam/problem.sql I tried to convert text to utf8, win-1251 and so on, but no results.. words are "?????" or other strange like "日本料" that browsers can't understand. SET NAME 'utf8'; doesn't help too. will anybody help me?thank you