a big problem about codepage

tedwang

Perch
Hi ~

;(
We find a big problem about codepage !!(for ASP 3.0)

In order to create websites of more than one family of languages ,We save all of our ASP files with a form of UTF-8 .

But, the web page cause a error when we have to write a different codepage in asp code.
(the win7 server's default copepage is 1252 )

ex :
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%session.codepage = 1252%>



the error message is .....
"
Active Server Pages error 'ASP 0245'

Mixed usage of Code Page values

/demo.asp, line 1

The @CODEPAGE value specified differs from that of the including file's CODEPAGE or the file's saved format.
"

However, there is not any error message on our english ver. win 2000 Server .

So, we need your help again !!

If the win7 can been set multi - codepage ?

It's very emergency , Because our websites will launch next week !!

Thanks for you !!!

;(

ps: the website is www.i-couple.net that on win7

ftp userid : icouple1
password : 16xxxxxx

the ticket id : 41753


Best Regards
Ted
 
I am investigating this matter. I am honestly not too familiar with codepage use, as I never have to use it.

Can you use the private message and send me a link with how this is supposed to work/look instead of the error?
 
Back
Top