[Htmlparser-user] TextNode.getText() problem
Brought to you by:
derrickoswald
From: HuangGehua <bo...@gm...> - 2006-01-31 11:42:56
|
I parser a html resource file which has some Chinese words.When i use TextExtractingVisitor.getExtractedText() method to get the text,the Chinese words displays well.But if i get a TextNode and use TextNode.getText() method to get the Chinese words it can't displayed correctly. How could let TextNode.getText() method work correctly!!! Thank you!!!! |