> From: "Nicolas Toper" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 27 Nov 2003 12:16:11 +0100
> To: <[EMAIL PROTECTED]>
> Subject: RE: encoding, UTF-8
> 
> Are you sure, the viewer is UTF8?
> 
> -----Message d'origine-----
> De : Lionel Crine [mailto:[EMAIL PROTECTED]
> Envoy� : jeudi 27 novembre 2003 11:58
> � : [EMAIL PROTECTED]
> Objet : encoding, UTF-8
> 
> 
> Hi,
> 
> I want to put the entire plateform into UTF-8. For now, cocoon is using
> ISO-8859-1.
> 
> Here what I've already done :
> 
> <map:serializer logger="sitemap.serializer.html"
>      mime-type="text/html" name="html" pool-grow="4" pool-max="32"
>      pool-min="4"
>      src="org.apache.cocoon.serialization.HTMLSerializer">
>        <buffer-size>1024</buffer-size>
>        <encoding>UTF-8</encoding>
> </map:serializer>
> 
> 
> But that's not enough because I have many problem with the form.
> When I reload it with some request parameter (using xsl:value-of).
> 
> The characters are not display good.
> 
> For example the � become é .
> Any idea ?
> 
> I use Cocoon 2.0.4
> 
> Lionel
> 

In tomcat you may have to start up with utf-8 flags as well

>From the catalina.sh shell script

CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF-8"

Not sure if this will help but I think that it will unless you are using
jetty then I can't offer any help.

Cheers

Tim Cavanagh


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

Reply via email to