|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Session.CodePage Problem |
From: |
Steven Ai |
Date: |
4/10/2000 11:07:41 PM |
IP: |
161.142.78.83 |
I have the 2 asp page that read the chinese simplified character from the 2 different source.
Let say Page1.asp read and display the chinese simplified character from the chinese.txt(save as unicode) and it worked fine when i using the Session.CodePage = 936. But when i using the Session.CodePage = 1252, the funny character was displayed.
Let say Page2.asp read and display the chinese simplified character from the SQLServer which the datatype of the field to store the chinese simplified character are "ntext" and it display the funny character when i using the Session.CodePage = 936. But it work fine when i using the session.codepage = 1252.
Any segguestion?
|
|
|
|
|
|
|
|
|
|
|
|
|