Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 27th, 2005, 11:30 PM
Authorized User
 
Join Date: Aug 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default change charset

I changed the charset in a web page (<META>).
Browse IE can see the changes.

But when I view the source, the data does not changed.
Can I change the charset of the data ?



 
Old May 31st, 2005, 04:00 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

if the server is sending a charset header then the META tag will be ignored by the browser.

the best way to deal with this is at the server, and since this an ASP forum you should change it with the response.charset





Similar Threads
Thread Thread Starter Forum Replies Last Post
page.response.charset manoj.aggarwal ASP.NET 2.0 Professional 0 August 1st, 2007 03:55 AM
incorrect charset when reading the jsp form [email protected] Struts 0 October 9th, 2006 09:59 AM
charset question Edward King Pro JSP 1 August 8th, 2005 03:09 PM
problem in mysql php charset yoord BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 April 11th, 2005 03:40 AM
charset encoding bservi XML 0 May 3rd, 2004 07:32 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.