This topic is locked

tried phprunner 3.1 and faced a problem in encoding

12/2/2006 12:40:38 PM
PHPRunner General questions
R
robotslover author

hi,

I tried the new 3.1 version with my already running database that was created with vesrion 1.1. The data is in arabic encoded with UTF-8 and the regional settings in version phprunner 1.1 was english (united states). In the new version, the data appeared as garbage characters. I changed the settings to arabic and it didnt work, even the default settings didnt help. Is there a UTF encoding or solution for this?
thanks in advance

R
robotslover author 12/3/2006

any suggestions please?
thanks

Alexey admin 12/5/2006

Hi,
Please try to modify include\dbcommon.php file created by PHPRunner.

Find this line there:

$cCharset = "Windows-...";

and replace it with:

$cCharset = "utf-8";


We'll add more flexible character encoding support in the next version of PHPRunner.