Le 16 nov. 05, à 08:45, Myriam Delperier a écrit :
....in fact the characters are well displayed, but I've in my file some external links like : <fo:basic-link external-destination="resultats-in.html?q=finstitutiontype:|Service général|">Service général</fo:basic-link> and the result of the link is : resultats-in.html?q=finstitutiontype:|Service%20g%e9n%e9ral| whereas I'm waiting for :resultats-in.html?q=finstitutiontype:|Service%20g%C3%A9n%C3%A9ral|
I'm not 100% sure how this is handled in PDF, but my guess is that you should encode your URLs before they get to the serializer.
See http://cocoon.apache.org/2.1/userdocs/transformers/encodeurl- transformer.html and try adding
<map:transform type="encodeURL"/>before the fo2pdf serializer, assuming the encodeURL transformer is already configured in your sitemap.
-Bertrand
smime.p7s
Description: S/MIME cryptographic signature
