----------------------------------------------------------------
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!!!
----------------------------------------------------------------
[EMAIL PROTECTED] wrote:
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Hi,
> I'm using Mandrake 7.0, Apache 1.3.11, JServ 1.1
> But i can't see some Turkish characters from servlets. like ý,Ý
> What could it be reason?
> Is it because of Mandrake, Apache, JServ or ??? settings?
> What and how should i change?
> Thanks!!
It could be a lot of reasons:
1) you don't have right font in your browser
2) you haven't specified response.setContentType("text/html;
charset=ISO-8859-9");
3) you are printing them with out.println("y"); and
you haven't used "javac -encoding ISO-8859-9"
4) something else
Check all of these and provide more information.
Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Twelve Horses Ltd. Martin Kuba
66 Lwr. Baggot St. e-mail: [EMAIL PROTECTED]
Dublin 2 WWW: http://www.12horses.com/~makub/
IRELAND tel: +353-1-2402504
------------------------------------------------------------
--
--------------------------------------------------------------
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]