This topic is locked
[SOLVED]

 Can php runner support utf-8??

5/31/2005 4:59:57 AM
PHPRunner General questions
author

After generate the files I found that the default coding is Big5. Can it support utf-8 because the MySQL Query Brower cannot display the corrects chinese fonts.

Thanks.
My Config
MySQL 4.1.12

php 5.0

phprunner 1.1

Sergey Kornilov admin 5/31/2005

Hi,
PHPRunner doesn't support utf-8 now.

D
davidmylien 3/3/2006

Hi ! Admin:
Does PHPRunner 3.0 support utf-8 now. ??
David Lien

Sergey Kornilov admin 3/6/2006

David,
you can change the encoding after pages build.

Open include/dbcommon.php file with a text editor and replace this line:

header("Content-type: text/html; charset="."Windows-...");

with the following:

header("Content-type: text/html; charset=utf-8");