Hi,

I'm creating pdf files with something like :
<map:generate type="xsp" src="myfile.xsp"/>
<map:transform src="myfile.xsl"/>
<map:serialize type="fo2pdf" />

the result is a pdf page with ISO-8859-1 encoding, and I need an UTF-8 encoding.
I've tried
<xsl:output encoding="UTF-8"/> in the xsl file,
<map:serializer name="fo2pdf" logger="sitemap.serializer.fo2pdf" mime-type="application/pdf" src="org.apache.cocoon.serialization.FOPSerializer"/>
   <encoding>UTF-8</encoding>
</map:serializer> in the sitemap
but none of those solutions work.

Does somebody knows how to fix this?

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]