2010/5/17 Perez Manglano, Moises <moises.per...@t-systems.es>: > > I´ve tried this: > > --> response.sendRedirect ("www.coruña.es"); --> The result in the web > browser is: "www.coru%f1.es" > --> response.sendRedirect (URLEncoder.encode("www.coruña.es"), "UTF-8"); --> > The result in the web browser is: "www.coru%c3%b1a.es." > --> response.sendRedirect (URLEncoder.encode("www.coruña.es"), "UTF-16"); --> > The result in the web browser is: "www.coru%fe%ff%00%f1a.es/" > > In all cases the web browser (IE8, Firefox 3.6) can´t find the server. >
The true domain name for that server is http://www.xn--corua-rta.es/ http://en.wikipedia.org/wiki/Internationalized_domain_name Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org