Hi,
The standard character set for Polish web sites is ISO-8859-2. PHPRunner assumes it's Windows 1250. I've tried to change 'languages.cfg' file in the following manner:
<language filename="Polish.lng" name="Polish" lcid="1045" codepage="1250" charset="ISO-8859-2" />
and, ofcourse, 'Polish.lng' file.
Problem is, that it's not working properly: I must change 'dbcommon.php' manually - line: $cCharset = "iso-8859-2";
Is there a way to solve this problem?