Encoding with UTF-8 in JSP
Hi,
I am using UTF-8 encoding scheme in JSP. After submission of my JSP page I am getting the decimal representation of the unicode (preceeded by &# and followed by ;) of the non english characters in my action class. But I want to get the hexadecimal representation of the character instead of decimal. How can I get it?

