CodePage

What does the CodePage property of the Session object do? In general terms, what is code page or what for is it used?

View Replies


ADVERTISEMENT

Response.CodePage

I originally posted this in the internet.iis gI am trying to use the Response.CodePage method on a Windows 2000 IIS
Server. The MSDN clearly states that this property is available under
Windows 2K and IIS5.0. But the call throws an"Object doesn't support this
property" error. Is this a version problem, SP problem or what?

View Replies View Related

Codepage Problems With ASP.net In IIS

I have a flat html file which is in the utf-8 codepage. The file is
created with Word.

This code is at the beginning of the page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/stylesheet.css" rel="stylesheet" type="text/css">
</head>

In my web application I use the <globalization
requestEncoding="utf-8" responseEncoding="utf-8" /> settings in the
web.config file. Code:

View Replies View Related

Session.CodePage

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.<br /><br />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.<br /><br />Any segguestion?<br />

View Replies View Related

Dynamically Change CodePage

Can we change the code page property dynamically. I have read about it in basics but I forget.

like codepage=1252 is used for US English ... can we change it with 1256 , for arabic

I remember it is one of the properties of session object. Can we change the properties of any object.

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

can we set it like Code:

View Replies View Related

Dynamically Change Codepage?

I am now creating an CMS which support 3 languages (English, Traditional Chinese and Simplified Chinese).

The user can change their languages dynamically; however, I would like to know how can I change the codepage (<%code=936%>) dynamically?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved