Does anyone know why unescape would throw an error on certain special
characters?
I'm trying to unescape the string:
Espa%F1ol
It shou8ld display like this after it is unescaped:
Español
This works fine on IE but not in Netscape 7.
Thanks in advance.
characters?
I'm trying to unescape the string:
Espa%F1ol
It shou8ld display like this after it is unescaped:
Español
This works fine on IE but not in Netscape 7.
Thanks in advance.
Comment