That's to say. Why these special characters are not being shown?? How can I configure my webscripts to manage the URL encoding and to show the corresponding character??
Resolve problem by configuring Tomcat Server character encoding (http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q2) 1. Set the URIEncoding attribute on the <Connector> 2. Set the useBodyEncodingForURI attribute on the <Connector>