
lamh56
Posts: 5
|
| Posted: 09/12/2006, 6:19 AM |
|
Hi,
I posted about this problem in another thread but want to ask again as I almost solved the problem.
1. Problem: ASP form take asian character as they were typed in the form but changed to something like "& # 665;" when saving to MS-Access file
2. My solution:
+ Change Default HTML Encoding of project to UTF-8
+ Change Charset of project to UTF-8
+ Manualy add <%@ CodePage=65001 %> to begining of each asp page that has form.
Above works.
3. Pending issues (hope fully some one can help)
3.1 CCS keep overwriting the CodePage with <%@ CodePage=Windows-1252 %> or similar every time I publish the pages.
3.2 The Asian characters in HTML parts still now shows correctly, so I have to use English
Issue 3.2 is fine but 3.1 is very annoying.
Could some one pls. help?
Thanks,
Lam
|
 |
 |
|

|