Greetings to all,
I am trying to get the Japanese characters from HttpServletRequest. But I get it as question marks. The following is the code snippet that I use:
In the above code When I display the encoding of the incoming httpServletRequest it is showing as null. So I have set it to UTF-8 encoding.
But when I write it a file, i am getting japanese characters as ???.
ANy help appreciated.
Thanks in advance
Priby