使用jspf时编码的问题

发布于 2024-10-03 08:45:03 字数 170 浏览 6 评论 0原文

当我在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿忘初心 2024-10-10 08:45:03

这个问题已经在这个问题 Error in includign jspf 中间接回答,当我使用

<%@include file="anyJSPF.jspf" %>

编码问题 时已修复,感谢@BalusC 的回答。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文