1

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 !

palAlaa
  • 9,500
  • 33
  • 107
  • 166
  • i tried to edit my question, but the coding does not appear,plz can someone edit my question? – palAlaa 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!! – palAlaa Nov 20 '10 at 20:45
  • @Alaa: http://download.oracle.com/javaee/1.4/tutorial/doc/WebI18N5.html – Matt Ball Nov 21 '10 at 16:50
  • @MattBall can u tell me what u have done to make a good view of the cod? – palAlaa Nov 21 '10 at 23:10
  • @Alaa: hit the "edit" button and you can see the raw input. See also: http://stackoverflow.com/editing-help. Basically, indent blocks of code by 4 spaces, or 1 tab; use backticks (`\``) to delineate sections of inline code, `like `. – Matt Ball Nov 21 '10 at 23:30

1 Answers1

1

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.

Community
  • 1
  • 1
palAlaa
  • 9,500
  • 33
  • 107
  • 166