UTF-8 problems

Problems installing LinkMan?
Post Reply
vkosta
Posts: 2
Joined: Sat Oct 09, 2010 10:44 am

UTF-8 problems

Post by vkosta »

Script URL: http://www.h2owash.info/relinks/links.php
Version of script: 1.7
Hosting company: godaddy
URL of phpinfo.php: http://www.h2owash.info/relinks/
URL of session_test.php: http://www.h2owash.info/relinks/
What terms did you try when SEARCHING for a solution: readme

Write your message below:


Hello I've got a problem with russian symbols encoding at http://www.h2owash.info/relinks/links.php
Is there any solution?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: UTF-8 problems

Post by Klemen »

Open admin.php in Notepad and change

Code: Select all

charset=windows-1250
to

Code: Select all

charset=utf-8
Save, upload to server, open admin panel and try to set the settings again.

If it doesn't help try modifying settings directly in the settings.php file.
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
vkosta
Posts: 2
Joined: Sat Oct 09, 2010 10:44 am

Re: UTF-8 problems

Post by vkosta »

Thanks - now everything works just fine!
Why not set-up UTF-8 by default.
Post Reply