http://www.w3.org/TR/html4/sgml/entities.html#h-24.3

----- Original Message -----
From: G.Nagarajan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 10:35 AM
Subject: Re: How do I display a Greek character in JSP? - Urgent ...


> Hi king,
> The pages are in German. Do you know of an English version?
> Thanks and Regards,
> Nagaraj.
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of sun_king
> Sent: Monday, December 04, 2000 6:36 AM
> To: [EMAIL PROTECTED]
> Subject: Re: How do i display a greek character in JSP? - Urgent ...
>
>
> look into Volker Turau's book and online examples at:
> http://shannon.informatik.fh-wiesbaden.de/jsp/index.html
> http://shannon.informatik.fh-wiesbaden.de/buch/index.jsp
> http://shannon.informatik.fh-wiesbaden.de/jsp/download.html
>
> especially the internationalization examples here:
> http://shannon.informatik.fh-wiesbaden.de/buch/i18n.jsp
>
> all are handled through localization files and the examples are very clear
>
> good luck!!
>
> Rathna wrote:
>
> > hi all,
> >
> > I have to display a greek character in the JSP page.
> > i am constructing the string object as follows,
> >
> >     <% byte[] str= new byte("Oôïêå Oèâ Çáìäïí");
> >     String greek = new String(str,"ISO-8859-7");
> >     out.println(greek); %>
> >
> > but when the Jrun Interprets the code it gives me
> > javax.servlet.ServletException: Invalid UTF-8 code. (bytes: 0xfffffff4
> > 0xffffffef) Error.
> >
> > How do i display the languages which is other than english in the JSP
> > pages?
> >
> > FYI, i don't want to set the html charset as greek code since only few
> > information in the page is greek and rest of it is english.
> >
> > I badly need to rectify this problem and any early reply will help me a
> > lot....
> >
> > thanks for your time ...
> >
> > --
> > with rgds,
> >     rathna
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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