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
Post a Comment