Page 1 of 1

Adding character set UTF-8 in gbook script 1.7

Posted: Mon Dec 07, 2009 10:08 am
by pdurvasula
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:

Hi
I have recently setup gbook 1.7 on my site
In earlier versions, I had introduced unicode charset UTF-8 as per the instructions given elsewhere in this forum
The instructions are:

"Find this line in the gbook.php files (line 840 in version 1.41)Code:
<meta content="text/html; charset=windows-1250">
and change it to this
Code:
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> "

Now the gbook is template driven and I think I need to add these lines in
gbook php file and also the sign guest book template.

But these lines are not found there probably because they are text files and not html files. I am not haveing experience in these sceipts.

Where shall I add these lines now in the new script 1.7
I will be grateful for any help in this regard

Thanks

Posted: Mon Dec 07, 2009 2:47 pm
by Klemen
The very first variable in language.inc.php isused to set the charset.