results in G�nther
The webpage is using <meta charset="UTF-8" />
Why does this work in Chrome and Opera but not in IE?
Any solution? I have no control over the submitting system, som the url cannot be encoded before submit.
which returns the correct string, but I thought it could be solved more easily with another codepage or something.
Big Monty
Because IE is a lot less forgiving than other browsers (older versions at least) because it doesn't always follow the same standards. Once Edge comes out, hopefully all of that goes away.
Ok Thanks! I will put some notes around before I post any link.
Cheers