Labels

Monday, October 18, 2010

French à can't save correctly when post back save to database

 # <% Session.CodePage=encoding %> tells the server to write to the browser using a different code page than the server uses to read the page. For example, if your ASP page is encoded in Japanese (Shift-JIS), and your browser expects the HTML page to be encoded in UTF-8, then you must specify Session.CodePage=65001 to ensure that the HTML page is encoded in UTF-8. If you do not specify Session.CodePage, the server writes to the browser in the same language as it reads the page.

Note:    If session management has been turned off, you cannot set Session.CodePage.


http://devlibrary.businessobjects.com/businessobjectsxir2/en/en/RAS_SDK/rassdk_com_doc/doc/rassdk_com_doc/BestPractices11.html

No comments:

Post a Comment