Krishna Srinivasan wrote:
>
> I just saved a html page from web,renamed it a JSP,added some fuctionality
> and tried to call it from the Browser.
> This is the message i get...
>
> com.livesoftware.jsp.JSPServlet:
>
> javax.servlet.ServletException: Invalid UTF-8 code. (bytes: 0xffffffb7 0x20)
>
> Is there any way to clean the HTML page or anything in  JSP  by which i can
> overcome this exception ?

You probably have some kind of illegal character in your page. Could be
something like a language-specific character or so. A boring but working
way to fix it is to remove stuff from the page until it works and then put
it back...

//Rikard

===========================================================================
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