[Htmlparser-developer] Please help me
Brought to you by:
derrickoswald
From: Thanh Ha D. <hnt...@ya...> - 2002-11-21 01:40:12
|
Hi all, I use htmlparser1_2. But I have following problem. In my first html file I have text: <p><font size="6" face="Arial">ù</font></p> But when I use following code outHTML.append(((HTMLStringNode)node).getText() +"\n"); to write other html file but I only get: <p><font size="6" face="Arial">?</font></p>. It mean character "ù" convert to "?". Is it wrong?. How can I correct it? Please help me. Thank you very much Best Regards Xuan Thinh __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |