Sunday 15 July 2012

Java servlet symbol error -


I am trying to parse a website and print it again. But some characters are missing (for example ◄ and ë).

ServletException throws ServletException IOException Document document = Jsoup.connect ("http://website.com") .get (); Author.write (document.toString ()); Writer.close (); }

The error symbol that shows instead of the character:


No comments:

Post a Comment