try:
    eg.
<%
    String aa=request.getParameter("formtag");
    aa=new String(aa.getBytes("ISO-8859-1"),unicode);
    //replace unicode use your wantting.
    out.println(aa);
%>

----- Original Message -----
From: Rathna <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 06, 2000 8:14 PM
Subject: How to display a different language text in the Browser?


> Hi all, How do i display a differnet language string in the
> browser? Our requirement is that we have a HTML page
> which conatins the english text and the particular part of the
> text should be in greek langage.
>
> It is very urgent,any information or the links will be very
> help full.
>
> we are using : Jrun 2.1,jws,netscape 4.7.
>
> --
> Cheers,
>     rathna
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to