Hello.

We must create a multilanguage site (English, French and Japanese) with C2 
and a Postgres backend and we ran into serious problems with the different 
encodings.

The architecture is now completely UNICODE/UTF8 (Postgres stores data in 
UNICODE, the web browser receives pages in UTF8).

The problem is that for french browsers, the data returned from forms (if 
the user types something in a text field) is encoded and returned in 
ISO-8859-1. So we get into a case where in a form, we have data that is 
submitted part in ISO, part in UTF8 (first part, if a user enters new data 
in a text field, and second, if the user leaves the data untouched in a 
second textfield - because the browser gets the default value in UTF8).

Do you have any idea of how this problem can be solved? Even if this implies 
changing the architecture...

Tiberiu DONDERA
[EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to