Script URL:
Version of script: 2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Hi Klemen,
How do I fix charset problem search Knowledgebase on homepage?
Please see: http://img145.imageshack.us/img145/4619/chprb.jpg
charset problem on mainpage
Moderator: mkoch227
It's an encoding issue. In suggest_articles.php try changing to and see if that helps.
Code: Select all
$hesklang['sc'];
Code: Select all
escape($hesklang['sc']);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 90
- Joined: Tue Dec 30, 2008 11:29 am
I tried this, but the problem continues in the results. May be something else?Klemen wrote:It's an encoding issue. In suggest_articles.php try changingtoCode: Select all
$hesklang['sc'];
and see if that helps.Code: Select all
escape($hesklang['sc']);
How about if you:
1. delete all instances of from the suggest_articles
2. change to
1. delete all instances of
Code: Select all
escape
2. change
Code: Select all
require(HESK_PATH . 'inc/js2php_encoding.inc.php');
Code: Select all
require(HESK_PATH . 'inc/js2php_encoding.inc.php');
header('Content-Type: text/xml; charset='.$hesklang['ENCODING']);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools