1

I've found an issue when accessing to an URL related to special characters. The URL is generated in JS with many parameters. When the redirection is processed in IE10 the URL works fine. This is the parameter with the special character and that causes the problem:

nacional=Espa%C3%B1a

but when the same process is executed in IE11 the same parameter looks like this. As you can see it is not encoded in UTF-8

nacional=España

I've tried to change in IE the encoding and the UTF-8 link properties and it didn't work.

2

0