----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
----- Original Message -----
From: Martin Kuba <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Sunday, October 17, 1999 5:19 PM
Subject: Re: charset and POST data
> The problem is that today's browsers don't set the "charset" attribute
> for POST requests. So the information about encoding is lost. The only
> solution is the one you have already discovered - make reverse translation
> using ISO-8859-1 and then apply the correct translation (which you have to
guess).
>
> This situation will change with Mozzila 5.0, which will set the "charset"
> attribute.
>
> Martin
Thank You !
I see I could save a day that I spent searching the solution if I was
subscribed earlier ?
Olek
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]