> From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] 
>
> Hi guys,
> 
> I've got into problem with internationalization with input 
> forms. I'm using
> 'UTF-8' encoding. When displaying data back from the database (Oracle)
> it is not in the same encoding. This must be very stupid and annoying
> question, but I have not found worthy answer in archives... Sorry.
> 
> What are the common practices with Cocoon?

Practices are the same as in any other servlet-based application, nothing
different. 

First of all find out where the problem happens:
        - check your request params: do you parse them correctly?
        - check if they are written to the database in the needed encoding
        - check that you get them back in the needed encoding
        - check that you set the serializer's encoding

Regards,
        Konstantin

> 
> Thanks,
> Alex.
> 
> 
> 
> ---------------------------------------------------------------------
> 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]>
> 
> 

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