Quote:
Originally Posted by Whity
fixed
open
microclassifieds\datagrid\class\phpmydatagrid.clas s.php
find:
PHP Code:
var $sqlcharset = "";
replace:
PHP Code:
var $sqlcharset = "Windows-1251";
or
PHP Code:
var $sqlcharset = "UTF-8";
if you use the charset UTF8
|
Thanks. That fixed the issue. I also changed file ru.php. In fact, I deletet the file, and created a new one, because it was saved with wrong encoding. Here is the correct one, that works (attached):