Foros del Web » Programando para Internet » ASP Clásico »

charset

Estas en el tema de charset en el foro de ASP Clásico en Foros del Web. en que lugar de la pagina debo incluir la siguiente instruccion <% response.charset("ISO-LATIN-7") %>. ¿y para que sirve?....
  #1 (permalink)  
Antiguo 27/07/2002, 18:31
 
Fecha de Ingreso: mayo-2002
Mensajes: 18
Antigüedad: 22 años, 11 meses
Puntos: 0
charset

en que lugar de la pagina debo incluir la siguiente instruccion
<% response.charset("ISO-LATIN-7") %>.
¿y para que sirve?.
  #2 (permalink)  
Antiguo 27/07/2002, 20:12
Avatar de 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>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:07.