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>