Search code examples
javajspcharacter-encodingweblogic

C with french accent not shown properly in jsp


In JSP page, the name 'ANTHONY PROVENÇAL-DUBÉ' not displayed properly. Letter 'Ç' displayed as 'A‡'.

Please note - WE have four web logic servers and on one server, it is working fine.


Solution

  • Try adding this line. This might help.
    <%@page language="java" contentType="text/html" pageEncoding="UTF-8"%>