Re: encoding problems: UTF-8 vs ISO-8859-1

2007-02-05 Thread Pierre Thibaudeau
Thank you! Exactly what I needed! It works great! 2007/2/5, Illya Kysil <[EMAIL PROTECTED]>: > google://SetCharacterEncodingFilter

Re: encoding problems: UTF-8 vs ISO-8859-1

2007-02-05 Thread Illya Kysil
Pierre Thibaudeau wrote: I seem to have a problem of consistency between UTF-8 and ISO-8859-1 when it comes to accepting Strings in forms. Here's how it goes: * My application is intended to be entirely UTF-8 encoded: the database, the JSP files, etc. Only exceptions are the localized Applica

encoding problems: UTF-8 vs ISO-8859-1

2007-02-05 Thread Pierre Thibaudeau
I seem to have a problem of consistency between UTF-8 and ISO-8859-1 when it comes to accepting Strings in forms. Here's how it goes: * My application is intended to be entirely UTF-8 encoded: the database, the JSP files, etc. Only exceptions are the localized ApplicationResources_??.properties