1

I parse a HTML page to Document with Jsoup at "doc" variable. When I append a right to left string in Persian (سلام) to one of tags it appear as question marks. [ ?????? ]

How can I fix this problem?

Document doc = Jsoup.connect(url);
doc.getElementById("id_0").append("<p>سلام</p>");
Mohamad
  • 33
  • 7

0 Answers0