Can someone explain the following result.
Request:
?q=argentini%C3%AB
Code on requested page:
<Cfoutput>cgi.query_string: #cgi.query_string#</Cfoutput>
<Cfoutput>url.q: #url.q#</Cfoutput>
Output on requested page:
cgi.query_string: argentinië
url.q: argentini?
For some reason url.q outputs to argentini? and not argentinië. I think this has something todo with the encoding of the different variables.
Update:
After further testing i figured out that the problem is in the Helicon ISAPI_Rewrite plugin for IIS, not coldfusion.