----------------------------------------------------------------
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!!!
----------------------------------------------------------------
> response.setContentType("text/html; charset=iso-8859-9");
>
> and for the HTML output like this:
>
> out.println("<html><head>");
> out.println("<meta http-equiv=\"Content-Type\" content=\"text/html;
> charset=iso-8859-9\">");
>
> Apache Web server is supporting this character set but Apache Jserv
> seems not supporting it. What can I do to solve this problem?
JServ suppots that correctly. What JVM are you using ? JVM prior
to 1.1.7B did not implemented character sets correctly.
BTW, you don't need to specify encoding again in the META tag,
the setContentType() method sets it in the HTTP header.
Martin
--
--------------------------------------------------------------
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]