Why search of Russian words does not work ?
The site encoding "windows-1251".
Module Search
Re: Module Search
In /modules/Search/action.dosearch.php i replace with on line 26. I don't now is this the right thing, but it work for me.
Code: Select all
htmlentities($word, ENT_COMPAT, 'UTF-8'));
Code: Select all
htmlspecialchars($word, ENT_COMPAT, 'windows-1251'));