Tema: charset
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/07/2002, 20:12
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 3 meses
Puntos: 1
Re: charset

Cita:
PROPERTY: Response.Charset

--------------------------------------------------------------------------------
The Charset property adds the name of the character set to the content-type header contained in the response object. Unfortunately, CharSet will accept any string, vaild or not, for the name. The default character set is ISO-LATIN-1, except on the Macintosh where the default is the Macintosh character set.

In the example, if the header is:
content-type: text/html

Then the header will become:
content-type: text/html; charset = MS_Kanji

Code:
<% Response.Charset = "MS_Kanji" %>
Va en la parte superior, al comienzo ya que forma parte de los headers.

Mas info:
<a href='ir.asp?http://www.devguru.com/Technologies/asp/quickref/response.html' target='_blank'>http://www.devguru.com/Technologies/asp/...</a>


Saludos

<center>
<a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/imagenes/logos/logo.gif></a>
</center>