473,471 Members | 4,650 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

URL decoding on IIS

6 New Member
Hello,
I'm having some problems with decoding urls on IIS6.
When I click on URL UTF-8 encoded, resulting querystring replace any non english chars with question marks. Why? I use UTF-8 encoding in my pages !!! Thank you
Jan 27 '08 #1
8 3962
acoder
16,027 Recognized Expert Moderator MVP
You'll find better help in the IIS forum, to which I've moved your thread.
Jan 28 '08 #2
kenobewan
4,871 Recognized Expert Specialist
Please show us a same url you are using?
Jan 28 '08 #3
qmpeople
6 New Member
Yes sure,
for example, if you open http://www.qmpeople.com/ you can see a link in the middle of the page http://www.qmpeople.com/tag/%D1%84 containing an UTF-8 char properly encoded . If you click on it, target page shows incorrect querystring "404;http://www.qmpeople.com:80/tag/?"
In fact, unicode char has been replaced with a question mark. Why? I'm becoming crazy because I alredy tried a tons of different solutions.
As you can see I use a 404 custom handler to manage all tags and all pages involved use UTF-8

Thank you for your help
Jan 28 '08 #4
kenobewan
4,871 Recognized Expert Specialist
Not sure if this helps:
encoding programs
Jan 29 '08 #5
qmpeople
6 New Member
Thank you but... http://www.qmpeople.com/tag/%D1%84 is already correctly written in UTF-8 encoding.
I think that there's no simple solution.... : (
Jan 29 '08 #6
qmpeople
6 New Member
Very strange... I just discovered that If I write http://www.qmpeople.com/tag/?%D1%84,
my querystring is shown properly. I'm becoming crazy..
Jan 31 '08 #7
kenobewan
4,871 Recognized Expert Specialist
If it works why fight it :). May be that ? usually references a querystring, so that http://www.qmpeople.com/tag/ is read as the url and then %D1%84 as the information string. If this is what you intended, then my fault for not picking this up earlier...
Jan 31 '08 #8
qmpeople
6 New Member
Hello kenobewan,
I don't want to use ? for SEO....
In addition I already created some other tags with the same format(hostname/tag/tagname) and I prefer to maintain the same style.
It's very strange because IIS6 fully support UTF-8 url encoding :(
Jan 31 '08 #9

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

Similar topics

3
by: steve | last post by:
Hi, I am opening a stream that is UTF encoded. I use fgetc to read the stream- which is binary safe. I add every character read to a string. But when I look at the stream, I see some...
1
by: Thomas Williams | last post by:
Hello everyone, my name is Tom W. And, I am new to the list, and have been using Python for about a year now. Anyway, I got a question! I am trying to decode MIME (base64) email from a POP3...
40
by: Peter Row | last post by:
Hi all, Here is my problem: I have a SQL Server 2000 DB with various NVarChar, NText fields in its tables. For some stupid reason the data was inserted into these fields in UTF8 encoding. ...
0
by: Johann Blake | last post by:
In my need to decode a JPEG 2000 file, I discovered like many that there was no functionality for this in the .NET Framework. Instead of forking out a pile of cash to do this, I came up with the...
5
by: Peter Jansson | last post by:
Hello group, The following code is an attempt to perform URL-decoding of URL-encoded string. Note that std::istringstream is used within the switch, within the loop. Three main issues have been...
14
by: BB | last post by:
Hello. i am trying to decode a block of (what i think is) base64 into text, and i have NO idea how to begin. I'm going to paste the whole string here, but i want to know the steps necessary to...
25
by: marcin.rzeznicki | last post by:
Hello everyone I've got a little problem with choosing the best decoding strategy for some nasty problem. I have to deal with very large files wich contain text encoded with various encodings....
9
by: KWSW | last post by:
Having settled the huffman encoding/decoding and channel modeling(thanks to the previous part on bitwise operation), the last part would be hamming encoding/decoding. Did some research as usual on...
0
by: Michele | last post by:
Hi there, I'm using a python script in conjunction with a JPype, to run java classes. So, here's the code: from jpype import * import os import random import math import sys
42
by: Santander | last post by:
how to decode HTML pages encoded like this: http://www.long2consulting.com/seeinaction2008/Simplicity_Beach_table/index.htm Is there script that will do this automatically and generate normal fully...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.