kiranShankar 0 Newbie Poster

sir -- i wrote in the jsp for remving junk character from the application

<%
request.setCharacterEncoding("UTF-8");
response.setContentType("text/html;charset=UTF-8");
%>

but still some page show the junk character what should i doo...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.