Ploblem in Chinese |
10/29/2008 10:57:56 AM |
ASPRunnerPro General questions | |
R
robin author
I'm trying asprunner 6.0 build 507, and find ploblem in chinese.
|
|
R
|
ringah 10/29/2008 |
I'm trying asprunner 6.0 build 507, and find ploblem in chinese. I use Access 2003 database
|
R
|
robin author 10/30/2008 |
Thank you for your help. |
G
|
gemini 10/30/2008 |
You can do it like so: |
R
|
robin author 10/31/2008 |
open dbcommon.asp, change following sentences: cCharset = "utf-8" Session.LCID = 2052 session.codepage=65001 open templates folder add <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> before {BEGIN style_block} for all files
|
R
|
robin author 10/31/2008 |
I'm trying other way, that works.
|
G
|
gemini 10/31/2008 |
I'm trying other way, that works.
|