RE: form-validation and utf-8

2002-04-05 Thread Montier Patrick
hi, Thanks for your advises but it still doesn't work. 1. UNIX: LOCALE=... I try to change the LC_CTYPE to utf_8 but it doesn't change anything. >>>2. For Sun JVM, this is -Dfile.encoding option (I might be wrong though...) 2) I try to change system settings but it"s the same thing, i also tr

RE: form-validation and utf-8

2002-04-05 Thread Vadim Gritsenko
> From: Montier Patrick [mailto:[EMAIL PROTECTED]] > > Thank you for the response but how to change the encoding of the servlet > container ? > that is what i want to do ! Two options: 1. UNIX: LOCALE=... Win: Control Panel - Regional Options - Locale 2. For Sun JVM, this is -Dfile.encoding

RE: form-validation and utf-8

2002-04-04 Thread Montier Patrick
Thank you for the response but how to change the encoding of the servlet container ? that is what i want to do ! Best regards Patrick >>IIRC, form validator works on encoding of the servlet container. You >>>have two options: >>1. Patch form validator >>2. Change encoding of the servlet contain

RE: form-validation and utf-8

2002-04-03 Thread Vadim Gritsenko
> From: Montier Patrick [mailto:[EMAIL PROTECTED]] > > Hi, Patrick, > I can't resolve my problem : i try to make the form-validation works with > utf-8 data, it only works with Iso- IIRC, form validator works on encoding of the servlet container. You have two options: 1. Patch form validat

form-validation and utf-8

2002-04-03 Thread Montier Patrick
Hi, I can't resolve my problem : i try to make the form-validation works with utf-8 data, it only works with Iso- In my sitemap.xmap, i try the form-encoding as described in an email but it's still the same, when login or password input is in Utf-8 caracters, the form-validator reject.