473,396 Members | 1,768 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Passing Chinese char in Querystring

Sir,

we are trying to pass chinese character through querystring in ASP and we are using chinese windows 2003 server Operating System.

when we tried to retrieve using Request.QueryString () we are getting strage unexpected characters.

we have given the following setting at the top of the webpage (i.e) before executing query string.

<%
Response.Codepage = 65001
Response.CharSet = "UTF-8"
%>
and we have also given the following meta-data setting in the <HEAD> tag.

<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">

Please help on this and let me know how to pass the chinese character to another webpage using querystring.

Thanks and regards,
Baskar.
Nov 28 '07 #1
2 2714
urstop
12
I have not come across any sites that do pass other than ascii data in the query string, so there may be a limitation on the query string.

For example if you take this site http://news.bbc.co.uk/chinese/simp/hi/default.stm , all the content is in chinese, but they still use the links or query strings to be in english.

Regards,
UrStop
Nov 28 '07 #2
I have not come across any sites that do pass other than ascii data in the query string, so there may be a limitation on the query string.

For example if you take this site http://news.bbc.co.uk/chinese/simp/hi/default.stm , all the content is in chinese, but they still use the links or query strings to be in english.

Regards,
UrStop

Sir,

Thank you very much for your quick reply.
we solved the problem in a round about way. what we did was to write the querystring content into another text file and then read it from another webpage where we needed get the string using request.querystring().

Thanks and regards,
Baskar.
Nov 29 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: hao | last post by:
Hi, all When I use ASP to insert an record to a database, I got some errors and can not insert any value with Chinese Char. The only way I can do that is use "rst1.Addnew...rst1.update". Anyone...
5
by: francois | last post by:
I would like to pass information between ASPX pages. For now, my navigation are hardcoded links. In some case I do a Response.Redirect("pages.aspx") Now I wonder is this is a good way to do. ...
0
by: Peter | last post by:
Hi, I'm developing a multilingual web site, where I have a search page and let the user pass the query via the URL, e.g. ".../Search.aspx?t=testing", but now I face a problem when my user pass...
7
by: c.verma | last post by:
I have a web application. There is a page which has a datagrid on it.The datagrid displays the data that comes from SAP. SAP sends the chinese characters to this grid. Before I display CHinese...
5
by: Jim via DotNetMonster.com | last post by:
Hi, I need to pass the value of a variable from one function to another but I don't seem to get the value. I declare the variable outside all functions. What I'm trying to do is that when the...
1
by: Lara Grillo | last post by:
In an Asp.Net application on an chinese operative system, the string (in chinese characters) returned by querystring function is truncated. example: in querystring I set Title= ?? C# code:...
4
by: marfi95 | last post by:
I'm not sure what other groups this should go to, but I'm trying to write a Win32 DLL that I can call from my vb.net app. I'm having a real tough time, as this is printing a different char set...
12
by: Steven Nagy | last post by:
Hi all, I have to do a website in chinese! Basically I just need to know how to output chinese characters. I am assuming its very easy, but have never done it before. I can however do simple...
2
by: Wassy | last post by:
Hi, i have a website which contains both chinese and english content which is stored in a database. Each record in the dB has an english and Chinese field. If a user enters a search string i have...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.