3
At me a problem with display of the text in coding CP1251.
I use XOOPS 2.0.13. PHP5, MySQL 4.18. I not have Access to Apache.
I in a file /class/database/mysqldatabase.php have registered at the end of function connect the next line mysql_query (" set names 'cp1251' "). After that the most part of the text is displayed correctly.
However the text from a configuration (the name of a site, slogan, title) is not displayed correctly. The text in some modules too is displayed incorrectly. Where still it is necessary to correct a code for correct display of full text to a site?