What steps will reproduce the problem?
1. "???" instead cyrilic (russian) letters in search terms
2.
3.
What is the expected output? What do you see instead?
"???" instead cyrilic (russian) letters in search terms
What version of the product are you using? On what operating system?
SlimStat 2.0
Please provide any additional information below.
Open stats_include.php, line 373:
$search_terms = trim( stripslashes( utf8_decode( $q[ $sniff[1] ] ) ) );
remove utf8_decode funtion. So:
$search_terms = trim( stripslashes( $q[ $sniff[1] ] ) );
Sorry for bad English ;)
Original issue reported on code.google.com by Faint.G...@gmail.com on 12 Nov 2009 at 8:40
Original issue reported on code.google.com by
Faint.G...@gmail.com
on 12 Nov 2009 at 8:40Attachments: