Originally posted by Theepan Thevathasan:
Hi...
Answer found out...
UTF-8 can be used straight away...
But there is a trick... request.setCharacterEncoding("UTF-8");
Thanks to Java
What happens if the client has already set Character Encoding header to some encoding other that utf-8 ?
Even the serlvet specification says that if request.getCharacterEncoding() is null then the client is using Latin-1 code page as charset.