Re: Problem using response.sendRedir ect to redirect to URL that includes ñ or tilde

2010-05-18 Thread André Warnier
Perez Manglano, Moises wrote: I´ve found an alternative solution for ñ issue; instead of redirect using response.sendRedirect, i´ve used the HTML META tag in this way: meta content=0;URL=http://www.coruña.es; http-equiv=refresh It redirects to the correct URL properly. Good if this resolves

Re: Problem using response.sendRedir ect to redirect to URL that includes ñ or tilde

2010-05-17 Thread Pid
On 17/05/2010 14:43, Perez Manglano, Moises wrote: Hello. I´m trying to redirect to a URL that includes ñ using response.sendRedirect, but it parses wrongly this kind of character; I´ve tried it using URLEncoder and differents encondings (UTF-8,UTF-16,etc). What have you tried, and what