astajl
-
10/19/2005 12:47:52 PM
Document Template->Transformation Encoding problem
I put some simple coding into the ASCX user control of Transformation of Document Template, say <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3" WIDTH="100%"> <TR> <TD>Price:</TD> <TD><%# DataBinder.Eval(Container, "DataItem.UnitPrice") %></TD> </TR> </TABLE>
the above coding works, however, if I change "Price" into Chinese word, the front end has got a encoding problem, the word becomes like this -->"@%$#". I try the change the encoding of IE to Big5, Unicode(UTF-8) and GB2312. the problem remains. After that, I logon to cmsdesk to check the transformation again, it can show the Chinese correctly.
So, simply to say, only front end has problem. How to solve?
|