Re: XMLFORM and Cirilic encoding

2003-06-30 Thread Galia Angelova
Thank you Peter! It works perfect! :-)Peter Velychko <[EMAIL PROTECTED]> wrote: Hello Galia,Try to set the form encoding. It is in the "web.xml" file:form-encodingutf-8Simply incomment it for cocoon 2.1.GA> Hello,GA> I have a problem with Cirilic encoding when working with xmlforms. Everything is

Re: XMLFORM and Cirilic encoding

2003-06-30 Thread Peter Velychko
Hello Galia, Try to set the form encoding. It is in the "web.xml" file: form-encoding utf-8 Simply incomment it for cocoon 2.1. GA> Hello, GA> I have a problem with Cirilic encoding when working with xmlforms. Everything is ok exept when I submit a cirilic text in a textb

XMLFORM and Cirilic encoding

2003-06-30 Thread Galia Angelova
Hello,   I have a problem with Cirilic encoding when working with xmlforms. Everything is ok exept when I submit a cirilic text in a textbox:   I write: Ãàëÿ and on the server it appears like: Галя   In select or labels the text appears as cirilic. But in textboxes and textareas  - not.   Any i