Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Replace string inside "index.jsp":
String profile = request.getParameter("profile");
by:
String profile = new
String(request.getParameter("profile").getBytes("ISO-8859-1"),
"UTF-8");
There is no charset encoding problems inside AntiSamy. Problems relate to
encoding
mess within Server/JSP. The same old song...
See
http://stackoverflow.com/questions/138948/how-to-get-utf-8-working-in-java-webap
ps
Original comment by xyyzz...@gmail.com
on 21 Jul 2009 at 8:20
Agreed with commenter.
Original comment by arshan.d...@gmail.com
on 3 Aug 2009 at 2:31
Original issue reported on code.google.com by
Alan.Olm...@gmail.com
on 13 Jul 2009 at 6:37