RE: problem with national language in html form input

2001-03-20 Thread Szegedi, Attila
> > Hi Attila, > > Well, sound simple but I think it's a bit more... > > How can the server guess what will be the encoding in the > first page it > sends ( that will be used back to send the form, etc ) ? Even > if you know > the language ( say it's japanese ), there are many charsets > that co

RE: problem with national language in html form input

2001-03-20 Thread cmanolache
hould go into servlet spec. (Are we > heard, servlet spec people?) > > My own app uses ISO 8859-2 (as it's in Hungarian), and for now I just > transcode 8859-1 into 8859-2. I'm lucky I use Model2 paradigm, so I have a > single servlet handling all requests and a single central p

RE: problem with national language in html form input

2001-03-19 Thread Szegedi, Attila
Attila. > -Original Message- > From: Aleksandras Novikovas [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 10:32 AM > To: '[EMAIL PROTECTED]' > Subject: problem with national language in html form input > > > Hello All, > > I'm posting for th

problem with national language in html form input

2001-03-16 Thread Aleksandras Novikovas
Hello All, I'm posting for the first time, so please inform me if I do something wrong ... First of all - problem description : I have application in multilanguage (where user can dynamically change charset). Problem rises when user enters information in selected language. After parsePostData in