You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Xavier RODRIGUEZ <xr...@laposte.net> on 2003/02/13 10:32:14 UTC

Special character problem in requests

I have a problem with special characters in the requests! Characters
such as 'é' are not interpreted properly ...
Have you any idea ??

Thanks

This is my XSP:
...
     String typeMvt=request.getParameter("TypeMvt").trim();	(this
string as the good value)
	String urlPDF="query_search_byFile.pdf?TypeMvt="+typeMvt;
...
     <fork>Edition des fiches de positions
     	<xsp:attribute
name="href"><xsp:expr>urlPDF</xsp:expr></xsp:attribute> (the href is not
properly interpreted)
    </fork><br/>
...

My sitemap:

 <map:serializer mime-type="text/html" name="html"
src="org.apache.cocoon.serialization.HTMLSerializer">
	<encoding>ISO-8859-1</encoding>
 </map:serializer>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>