U will have to apply character encoding to the strings
before diplsyaign the page.
for e.g u want to write turkish string 'xxxxx' on output.
then u say new String("xxxxx".getBytes(),"<char encoding>");
then send it to the servlets printwriter.

Punam Chordia
ITL Infosys
Pune Infotech Park
91-02139-32800 Extn. 2025

> -----Original Message-----
> From: Baris EFE [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 10, 2000 3:15 PM
> To:   [EMAIL PROTECTED]
> Subject:      char 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!!
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to