From: Kang Jeong-H. <Ke...@ma...> - 2002-09-18 19:01:21
|
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. every plain (not gaim-generated) strings have to escape-sequenced. and gtk_imhtml_append_text() have to decode them to plain. regard. ps. should I do post this memo to sf.net's bug page? |
From: Luke S. <lsc...@re...> - 2002-09-18 22:49:41
|
On Thu, Sep 19, 2002 at 04:07:25AM +0900, 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. > > every plain (not gaim-generated) strings have to escape-sequenced. > and gtk_imhtml_append_text() have to decode them to plain. > > regard. > > ps. should I do post this memo to sf.net's bug page? this is a good place, but sean will have to reply to the request. luke > > > ------------------------------------------------------- > 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 -- -This email is made of 100% recycled electrons. -If something can go wrong.... FIX IT! If it's Microsoft...delete it. -There are three ways to get something done: (1) Do it yourself. (2) Hire someone to do it for you. (3) Forbid your kids to do it. |
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 > |
From: Kang Jeong-H. <Ke...@ma...> - 2002-09-19 12:31:51
|
> 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. I'm sure that there's the kind of buggy rendering like this; I've confirmed for the s/<br>/newline/g rendering, with msn. do you want screenshot? and gtkimhtml is not responsible for the escape for string. the caller of gtkimhtml should escape the string, and gtkimhtml just unescape the given string after parsing process. pliz concern. thanks. ps. 9/21 is 8/15 lunar calender. that is celebration for Asian races, similar to Thanks Giving Day of US. people takes a break and meet their familys. cheers for celebration! |
From: Sean E. <bj...@bi...> - 2002-09-19 16:14:38
|
> I'm sure that there's the kind of buggy rendering like this; > I've confirmed for the s/<br>/newline/g rendering, with msn. > do you want screenshot? Please. ps. happy lunar calander. |
From: Sean E. <bj...@bi...> - 2002-09-19 16:31:36
|
On Thu, 2002-09-19 at 12:28, Kang Jeong-Hee wrote: > Here it is. That's what I thought you meant. Why would you put a <BR> in there unnless you wanted this behavior? This is not a bug. -s. |
From: Kang Jeong-H. <Ke...@ma...> - 2002-09-19 16:36:26
|
No, I don't agree with you. users may do whatever they wants. and agent like gaim should process the right thing for whichever they did. and gaim possibly do the right thing. |