Hi,
I am kind of new to JSP. I am having trouble outputing something:
<%=request.getParameter("UserName")%>
now if UserName has special Characters (i.e ♥ ) it does not get outputed corectly. that code above should display the heart symbol, but instead I get something like this: âÂ...
is there some kind of converstion function I can use?
Thanks.
I am kind of new to JSP. I am having trouble outputing something:
<%=request.getParameter("UserName")%>
now if UserName has special Characters (i.e ♥ ) it does not get outputed corectly. that code above should display the heart symbol, but instead I get something like this: âÂ...
is there some kind of converstion function I can use?
Thanks.