<% String value =
new
String(request.getParameter(
"name"
).getBytes(
"ISO-8859-1"
),
"UTF-8"
) ;
%>
<%=value %>