I am passing a String value from one jsp to another using the request.getParameterMap() method in Java. The String contains the HTML code for bullet '&bull' and when I use my debugger to step through I see that the '&bull' has been replaced by a '\u0095'149 and if I do a System.out.println() it appears as a question mark (?). Can someone please help me to figure out what is going on here?
Thank you in advance, Billy Blanks