JBoss Encoding utf 8

前端 未结 4 747
一个人的身影
一个人的身影 2020-12-06 13:29

I had problems with my list grids not showing diacritics correctly and I found out that when I inserted from java into the DB the values were already bugged.

A post h

4条回答
  •  自闭症患者
    2020-12-06 14:08

    To be quite sure, you have something with pageEncoding like this?

    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    
    
    
        
            
    

提交回复
热议问题