Hi, I want to use the guestbook on a norwegian website, but the letters ø, æ and å are not supported.
When someone writes them in a comment, it looks crazy.
Can this be fixed?
Non-english letters
Hi,
Open gbook.php in a plain text editor, like Notepad or Wordpad and use the search function to find
and then just change that to the Charset you are using, for example to
Regards
Open gbook.php in a plain text editor, like Notepad or Wordpad and use the search function to find
Code: Select all
windows-1250
Code: Select all
iso-8859-1
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
problem when saving entries.txt in unicode encoding
Hi,
I would like to save the entries.txt in unicode encoding to include more characters. I tried changing gbook.php to include iso-8859-1 but it doesn't work.
When I save in unicode encoding the guestbook appears distorted and messed up.
The characters I would like to include are the accented n, m, s, r in Tahoma font.
Thanks for your help!
kamala
www.prabhatasamgiita.net
I would like to save the entries.txt in unicode encoding to include more characters. I tried changing gbook.php to include iso-8859-1 but it doesn't work.
When I save in unicode encoding the guestbook appears distorted and messed up.
The characters I would like to include are the accented n, m, s, r in Tahoma font.
Thanks for your help!
kamala
www.prabhatasamgiita.net
The same question
Hello,Klemen Stirn wrote:Hi,
Open gbook.php in a plain text editor, like Notepad or Wordpad and use the search function to findand then just change that to the Charset you are using, for example toCode: Select all
windows-1250
RegardsCode: Select all
iso-8859-1
i have changed to the charset i am using. But when I open web page in browser it does not use my charset. What is the way out?
In your browser go to "View" > "Encoding" and make sure "Auto-select" is checked.
If that doesn't work post the URL of your gbook here.
If that doesn't work post the URL of your gbook here.
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
re: charset
url of my test guestbook is http://www.online-ul.com/gbook/
I am translating words from english to russian right in the script. may be i should create language file?
I am translating words from english to russian right in the script. may be i should create language file?
It sets the correct encoding for me (cyrillic - Windows)
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