Howdy,
Perhaps something is messed up in your browser?

I don't like using spaces in servlet or filter names, but that's just me ;)

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: bwasko [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 24, 2003 7:29 AM
>To: Tomcat Users List
>Subject: filter problem
>
>My web.xml fragment:
>
><filter-name>Set Character Encoding</filter-name>
><filter-class>filters.SetCharacterEncodingFilter</filter-class>
><init-param>
><param-name>encoding</param-name>
><param-value>ISO-8859-2</param-value>
></init-param>
></filter>
><filter-mapping>
><filter-name>Set Character Encoding</filter-name>
><url-pattern>/*</url-pattern>
></filter-mapping>
>
>In fact when I get request.CharacterEncoding I get iso-8859-2 (Central
>European) but why my national (polish) chars are wrong encoded??. For the
>Strings I post submitting the form
>and try to write into console I get something like ?Â???Â?.
>What I am doing wrong?
>
>Cheers Bartek
>
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to