使用jspf时编码的问题
当我在jsp页面中包含jspf时,例如:
<jsp:include page="anyJSPF.jspf">
所有阿拉伯内容的编码都无法读取。包含jspf时在哪里可以设置编码风格为UTF-8?
我需要知道解决方案,请一些身体帮助!
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 !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题已经在这个问题 Error in includign jspf 中间接回答,当我使用
编码问题 时已修复,感谢@BalusC 的回答。
This question has been answered indirectly in this question Error in includign jspf , when I use
the encoding problem is fixed, thanx to @BalusC for his answer.