Hello! I have done the following:
by default PHPRunner uses BIG5 encoding.
To change it to UTF-8 modify generated include\dbcomon.php file.
Find this line there:
QUOTE
$cCharset = "Windows-...";
and replace it with:
QUOTE
$cCharset = "utf-8";
The question marks changed indeed, but still NOT in chinese characters, but in useless characters from the alphabet. Can someone help me with a better solution to display Chinese characters in PHPRunner? I run 4.2
Thanks in advance!