Page 1 of 1

special characters

Posted: Sat May 26, 2007 11:02 pm
by Jomar
Script URL:
Version of script:
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:

The special characters in the guesbook are not coded well?
België for instance becomes belgië
Is it possible to make the right code like: ë

Posted: Sun May 27, 2007 5:46 pm
by Klemen
You will probably have to change gbook encoding to your own, open gbook.php in text editor and find:

Code: Select all

charset=windows-1250
then change windows-1250 to whatever encoding you use on your website.

It might not work for old entries, but new ones should be fine.

Posted: Sun May 27, 2007 6:14 pm
by Jomar
thats working, tnx