Adding character set UTF-8 in gbook script 1.7

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
pdurvasula
Posts: 17
Joined: Thu Sep 28, 2006 5:12 am

Adding character set UTF-8 in gbook script 1.7

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

The very first variable in language.inc.php isused to set the charset.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply