a6e6s / slimstat

Automatically exported from code.google.com/p/slimstat
GNU General Public License v2.0
1 stars 0 forks source link

Problem with encoding in "serch terms" #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
"search terms"*

Original comment by Faint.G...@gmail.com on 12 Nov 2009 at 8:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r62.

Original comment by step...@wettone.com on 13 Nov 2009 at 12:11