GOMEZ Henri wrote:
> 
> Hi,
> 
> I've got the following contents in a JSP :
> 
>     <td id="XYZ">
>       <p>-<a href="/myzone/servlet/ppf" target="main">Multi-marché</a></p>
>       <p>&nbsp;</p>
>     </td>
> 
> Which give me on output :
> 
> Multi-marché
> 
> What's the problem :)

Encoding?
I have things like:
<?xml version="1.0" encoding="OSD_EBCDIC_DF04_1"?>
in my server.xml. (EBCDIC + modified Xerces as parser).
You probably need ISO-8859-n like ISO-8859-1. (property of the file.encoding, I
do not think we could tell the encoding of jsp file in TC 3.3).

Other solution is to use &eacute;

>
>
> -
> Henri Gomez                 ___[_]____
> EMAIL : [EMAIL PROTECTED]        (. .)
> PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
> PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

Reply via email to