This topic is locked

how to display Chinese characters?

8/18/2008 11:04:59 AM
PHPRunner General questions
M
mdinant author

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!

J
Jane 8/19/2008

It's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.