encoding in java -


i using java application , want set encoding utf-8 using :

     request.setcharacterencoding("utf-8"); 

the problem request not defined ?!

this must set prior reading request parameters or reading input; therefore if doing after fact have no effect.

in addition if using tomcat should set uriencoding utf-8 within connectors noted in so answer.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -