When I include jspf inside jsp page such as:

<jsp:include page="anyJSPF.jspf">

the encoding of all 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 !

link|improve this question

75% accept rate
i tried to edit my question, but the coding does not appear,plz can someone edit my question? – PalAla Nov 20 '10 at 20:33
1  
Formatting rules appear in right hand column while you edit the message. – BalusC Nov 20 '10 at 20:38
@BalusC many thanx:) but why ' appears, i think it shouldn't!! – PalAla Nov 20 '10 at 20:45
@MattBall can u tell me what u have done to make a good view of the cod? – PalAla Nov 21 '10 at 23:10
show 1 more comment
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.