rowtc2

Рейтинг
0
Регистрация
08.11.2008
X-Ception:
After connecting to the database in your scripts, try to make query:
SET NAMES utf8;
It must help to solve this problem.

Yes ,indeed. It works with UTF-8 and set names. Thanks a lot gerkon and all of you.

1. I have changed metatags

<meta http-equiv="Content-Language" content="RU" />

<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">

2. I have saved all ftp pages with UTF-8 encoding.

3. I changed collation in phpmyadmin in utf8_general_ci ,utf8_unicode_ci ,and cp1251_general_ci

Website is displaying russian word putted with copy-paste on ftp page, but when display from sql is still ???

I try with copy-paste some russian words from a russian site in mysql->product row. In mysql are russian characters but on website are ????.

Is possible to must formatting the text in some before copy or update in mysql ? When i click on a product in sql there are russian characters in description row.

I tryied <meta http-equiv="Content-Language" content="DE" /> with copy-paste german text in database and special characters like &#252; are replaces with a small black picture .