I have a CMS where users enter some information and also address to the personal website. It's been working great for years... until a person recently entered an URL containing swedish characters.
The Domain Converter really point out the problem:
***
The deal is, I'm not sending users (on the public site) directly to the URL, there is also a counter. So... the link to the URL is like this:
redirect.asp?intURL=123
and then ... some database fiddle... and then redirect:
response.redirect [URL in database]
****
This is working when no Swedish characters are involved. How to solve this??
The Domain Converter really point out the problem:
***
The deal is, I'm not sending users (on the public site) directly to the URL, there is also a counter. So... the link to the URL is like this:
redirect.asp?intURL=123
and then ... some database fiddle... and then redirect:
response.redirect [URL in database]
****
This is working when no Swedish characters are involved. How to solve this??