Hi, hwo to use ASP to handle chinese characters output?
I have try two ways:
1. store the string in a text file(unicode file)
2. store the string in an access database
The first method got an error:
Active Server Pages error 'ASP 0239'
Cannot process file
UNICODE ASP files are not supported.
The second method output "???" on the browser.
How to handle it, pls help.
Thanks....
I have try two ways:
1. store the string in a text file(unicode file)
2. store the string in an access database
The first method got an error:
Active Server Pages error 'ASP 0239'
Cannot process file
UNICODE ASP files are not supported.
The second method output "???" on the browser.
How to handle it, pls help.
Thanks....
Comment