On Wed, 2005-11-16 at 10:15 +0100, Myriam Delperier wrote:
> | | 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>

I'm not sure if it's a good idea to set the container-encoding to utf-8.
Cocoon's web.xml says about the container-encoding:
"Since the servlet specification requires that the ISO-8859-1 encoding
is used (by default), you should never change this value unless you have
a buggy servlet container."

Maybe if you set this back to iso, it will work with the iso-encoded
urls. Just a guess...

- Josias

> <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]
> 
> 


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