Character encoding JSP -displayed wrong in JSP but not in URL: “á » á é » é”

后端 未结 10 1758
忘掉有多难
忘掉有多难 2020-12-03 08:24

I have this Web Application in JSP running on JBoss Application Server. I am using Servlets for friendly urls. I\'m sending search parameters through my JSP\'s and Servlets.

10条回答
  •  执笔经年
    2020-12-03 08:48

    We had a similar problem. It was solved when all JSPs have been saved with the UTF-8 BOM.

提交回复
热议问题