> > > >I don't quite understand what do you mean. >Yes, you can change your request character set: > ><quot src="servlet 2.3 Specification"> >setCharacterEncoding(String) > public void setCharacterEncoding(java.lang.String env) > throws UnsupportedEncodingException > > Overrides the name of the character encoding used in the body of this > request. This method must be called prior to reading request parameters >or > reading input using getReader(). > Parameters: > a - String containing the name of the chararacter encoding. > Throws: > java.io.UnsupportedEncodingException - if this is not a valid >encoding ></quot> > >This should work in any Servlet 2.3 compliant server (e.g. Tomcat 4.x). > >Regards, > Konstantin Piroumian > Sorry, I used too old http://java.sun.com/products/servlet/2.2/javadoc/ Specification... And I don't find this features.
Thanx for the complete answer. Yury. --------------------------------------------------------------------- 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]>