Tiger - 2002-11-26

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