Problems with Spanish characters
Hello,
I am using jQuery Mobile 1.4.2.
When I go from one JSP file to another JSP, I gotta to send some values into the URL. Some of these values have special characters (áéíóúñ...). When I print the values with these special characters on my second JSP, they aren't decoded and I get symbols.
I have fixed my problem using encodeURI() and decodeURI() to skip my problem.
Are you gonna fix this problem?
Thank you,
Diego.