Re: [Htmlparser-developer] Please help me
Brought to you by:
derrickoswald
|
From: Somik R. <so...@ya...> - 2002-11-21 06:39:15
|
Sounds like internationalization issues... Typically this is happening bcos we're not handling unicode correctly.. We've got an expert on internationalization on this list.. Amit -- do you have time to check this ? Regards, Somik ----- Original Message ----- From: "Thanh Ha Dang" <hnt...@ya...> To: <htm...@li...> Sent: Wednesday, November 20, 2002 5:40 PM Subject: [Htmlparser-developer] Please help me > 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 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Htmlparser-developer mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-developer |