| | Does it make a difference to set default encoding of Cocoon to
| | utf-8? I believe it is a property in the cocoon.xconf or perhaps
| | the web.xml.

it's already the case, in my web.xml file  I've :
<init-param>
<param-name>form-encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>
<init-param>
<param-name>container-encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>

so all the pages, and everything in my application is in UTF-8,
except my pdf pages.
As the links in those pages link to other pages of my application which are in UTF-8 and wait for UTF-8, it doesn't fit.

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