Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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 September 22nd, 2005, 04:48 AM
Registered User
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default unicode utf-8 in iis 6.0

Hi there,

I am developing an ASP web application where i need to display different character like chinese malay and english iam using this code snippet to dispay the native character
<%@ CodePage=65001 Language="VBScript"%>
<%

Response.CodePage = 65001
Response.CharSet = "utf-8"

and it working fine but the problem is when i try with english character and save and retrive data for the database some character r missing like if i keyin "testing" or "123test" save and retrive i get output "esting" "23es" but the chinese character r working fine can any body suggest me the solution iam using window 2003 server with iis 6.0 for my development,

the most amazing point is i try the same code in my desktop which as win xp with iis 5.1 and it working perfectly no missing character....

cyus





Similar Threads
Thread Thread Starter Forum Replies Last Post
Unicode UTf-8? System.Text.UTF8Encoding from VBA? forum1 VBScript 11 June 2nd, 2017 05:13 AM
encoding="UTF-8" Pankaj C XSLT 3 October 4th, 2007 05:27 PM
unidcode utf-8 in iis 6.0 win server 2003 cyus Classic ASP Components 0 September 22nd, 2005 04:45 AM
UTF-8 sebastian Classic ASP Basics 0 March 16th, 2005 08:22 AM
UTF-8 msxml lpinho XML 4 January 28th, 2004 06:10 AM





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