>
> 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
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
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
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