From: Sean E. <bj...@bi...> - 2002-09-19 13:49:35
|
On Wed, 2002-09-18 at 15:07, Kang Jeong-Hee wrote: > Hi. > > ATM, gtk_imhtml_append_text() given chunks of text; > I'd giving a try my nick of "<BR>" included. > and gtkimhtml parsed the BR tag newline. > this is out of expect. gtkimhtml parses AOL RTF--any string that gets _append_texted to it will be parsed and rendered. The bug I think you're trying to explain doesn't exist. > every plain (not gaim-generated) strings have to escape-sequenced. > and gtk_imhtml_append_text() have to decode them to plain. Is is possible to escape strings so they don't get rendered. <br> would show a <br>, for example. Gaim does not do this automatically. > regard. > > ps. should I do post this memo to sf.net's bug page? I don't think so. > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |