Page 1 of 1

UTF-8 problems

Posted: Sat Oct 09, 2010 10:48 am
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?

Re: UTF-8 problems

Posted: Sun Oct 10, 2010 9:18 am
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.

Re: UTF-8 problems

Posted: Sun Oct 10, 2010 10:38 am
by vkosta
Thanks - now everything works just fine!
Why not set-up UTF-8 by default.