[Struts] Caractères spéciaux
Bonjour,
J'ai un problème d'affichage d'accentes de mes libellés stockés dans l'application.properties.
exemple:
le è n'est pas convertie en è .
mes JSP sont codés en notation xml
Code:
1 2 3 4 5 6 7 8
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:html="urn:jsptld:/tags/struts-html"
xmlns:bean="urn:jsptld:/tags/struts-bean"
xmlns:logic="urn:jsptld:/tags/struts-logic" version="1.2">
<jsp:directive.page language="java" contentType="text/html; charset=ISO-8859-1"/>
... |