You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Yves Vindevogel <yv...@implements.be> on 2003/12/03 19:20:42 UTC

Escaping in XSP Logic

Hi,

I have this syntax ...

<xsp:logic>
    String sMessageNoResultsOther = "Pas de produits qui commençent avec
1-...-9, ..." ;
</xsp:logic>

When I use the <xsp:expr> to put the string there, I lose my "ç".  It's
represented as "?".
I have this with all characters from "Iso-8859-1" with "strange" chars.

My XSP is declared with correct encoding
<?xml version="1.0" encoding="ISO-8859-1"?>

Is there a way to avoid this, or to use escaping in xsp:logic ?
I tried with &#231;   but that's no help.