problem with encoding when using jspf
When I include jspf inside jsp page such as:
<jsp:include page="anyJSPF.jspf">
the encoding of all开发者_如何学Python Arabic contents has been unreadable. Where can I set encoding style to UTF-8 when including jspf?
I need to know the solution, please some body help !
This question has been answered indirectly in this question Error in includign jspf , when I use
<%@include file="anyJSPF.jspf" %>
the encoding problem is fixed, thanx to @BalusC for his answer.
精彩评论