Hi jorge we use cocoon to build web sites with Greek content and web app that handle Greek characters. What's the problem you have faced with Greek symbols ?
/stavros On 6/12/06, Andrew Stevens <[EMAIL PROTECTED]> wrote:
>From: "Cordero, Jorge" <[EMAIL PROTECTED]> >Date: Mon, 12 Jun 2006 09:32:20 -0400 > >Hi, > >Cocoon 2.03 >JDK 1.4.2_10-b03 >Tomcat 5.0.,28 > >How can I add Greek Symbol support to cocoon? Add? What do you think isn't supported already? Java's string handling (and hence Cocoon's) is unicode-based internally; you just need to make sure your data sources use a suitable encoding (and you read them using it) and you serialize with e.g. charset=UTF-8. It works for us with Chinese, so I wouldn't expect Greek characters to give any trouble either. Or am I missing something? Andrew.
-- Stavros S. Kounis Osmosis networks & consulting http://www.osmosis.gr Read my weblog at http://tools.osmosis.gr/blog
