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.