![]() |
Alexey admin 2/2/2007 |
Hi, $cCharset = "Windows-..."; and replace it with: $cCharset = "utf-8"; |
S
|
seantw author 2/2/2007 |
Still not in correct encoding. Hi, by default PHPRunner uses BIG5 encoding. To change it to UTF-8 modify generated include\dbcomon.php file. Find this line there: and replace it with: |