Page is a not externally linkable
fm86 - 12:47 pm on Feb 16, 2012 (gmt 0)
Hey, thanks a lot for the reply!
I must say I am not very familiar with character encoding. All I know is that they have this form on their homepage and if I type "menü" they call this URL:
[linguee.com...]
If I write a form from my UTF-8 page I call
[linguee.com...]
If I escape the URL and I alert it before to open the linguee page I see correctly:
[linguee.com...]
but when the links opens I get:
[linguee.com...]
So it seems there is some weird translation going on which takes %FC to %C3%BC. Is there a way to avoid that?