From: Cyril B. <cyr...@sk...> - 2002-10-14 10:46:16
Attachments:
patch.gaim.dindinx
|
I have had problems in the current CVS release with UTF8 handle of gtk2 in entry area and gtkimhtml area causing bad interpretations of non ascii characters. So here is a patch from David Odin fixing it. This workaround is probably in progress but the patch may help -- Cyril Bellot <cyr...@sk...> |
From: Ethan B. <ebl...@cs...> - 2002-10-14 16:17:37
|
Cyril Bellot spake unto us the following wisdom: > I have had problems in the current CVS release with UTF8 handle of gtk2 > in entry area and gtkimhtml area causing bad interpretations of non > ascii characters. Yes. This is a known issue, and one that will be going away soon. The problem is that our display widget has moved to UTF-8, but the input widget remains locale-specific. > So here is a patch from David Odin fixing it. > This workaround is probably in progress but the patch may help Please just be patient with us ... This patch does temporarily solve the problem in some places, but we are working on the Right Fix. :-) It shouldn't be long now. Ethan --=20 And if I claim to be a wise man / it surely means that I don't know. -- Kansas, "Carry on Wayward Son" |
From: David O. <Da...@di...> - 2002-10-14 16:33:54
|
On Mon, Oct 14, 2002 at 11:17:08AM -0500, Ethan Blanton wrote: > Cyril Bellot spake unto us the following wisdom: > > I have had problems in the current CVS release with UTF8 handle of gtk2 > > in entry area and gtkimhtml area causing bad interpretations of non > > ascii characters. > > Yes. This is a known issue, and one that will be going away soon. > The problem is that our display widget has moved to UTF-8, but the > input widget remains locale-specific. > > > So here is a patch from David Odin fixing it. > > This workaround is probably in progress but the patch may help > > Please just be patient with us ... This patch does temporarily solve > the problem in some places, but we are working on the Right Fix. :-) > It shouldn't be long now. > I'm also working on the Right Fix which, imho, is to use the gtk2 widgets (gtktextview/gtktextbuffer). I've already done some of the work to replace the GtkText edit zone by a GtkTextView. It works well for basic editing (I've still to port many of the features the old c->entry) has. Tell me if you're interested or if I should just give up and be patient. I have a pretty good knowledge of gtk, so I guess I can help. Regards, DindinX -- Da...@di... |
From: Ethan B. <ebl...@cs...> - 2002-10-14 16:45:57
|
David Odin spake unto us the following wisdom: > > Please just be patient with us ... This patch does temporarily solve > > the problem in some places, but we are working on the Right Fix. :-) > > It shouldn't be long now. > >=20 > I'm also working on the Right Fix which, imho, is to use the gtk2 > widgets (gtktextview/gtktextbuffer). I've already done some of the work > to replace the GtkText edit zone by a GtkTextView. It works well for > basic editing (I've still to port many of the features the old c->entry) > has. Yes, that is the Right Fix. :-) > Tell me if you're interested or if I should just give up and be > patient. I have a pretty good knowledge of gtk, so I guess I can help. I'm not sure if that's a duplication of effort or not... I now others have been working on that conversion, but I don't know what kind of progress has been made. Ethan --=20 And if I claim to be a wise man / it surely means that I don't know. -- Kansas, "Carry on Wayward Son" |
From: David O. <Da...@di...> - 2002-10-14 17:01:02
|
On Mon, Oct 14, 2002 at 11:45:30AM -0500, Ethan Blanton wrote: > David Odin spake unto us the following wisdom: > > > Please just be patient with us ... This patch does temporarily solve > > > the problem in some places, but we are working on the Right Fix. :-) > > > It shouldn't be long now. > > > > > I'm also working on the Right Fix which, imho, is to use the gtk2 > > widgets (gtktextview/gtktextbuffer). I've already done some of the work > > to replace the GtkText edit zone by a GtkTextView. It works well for > > basic editing (I've still to port many of the features the old c->entry) > > has. > > Yes, that is the Right Fix. :-) > > > Tell me if you're interested or if I should just give up and be > > patient. I have a pretty good knowledge of gtk, so I guess I can help. > > I'm not sure if that's a duplication of effort or not... I now others > have been working on that conversion, but I don't know what kind of > progress has been made. > Ok. So I'll make my patch clean and send it there soon. If no progress is made elsewhere, it will always be a good place to go on from. Regards, DindinX -- Da...@di... If it weren't for the last minute, nothing would ever get done. |
From: Luke S. <lsc...@gm...> - 2002-10-14 16:47:44
|
On Mon, Oct 14, 2002 at 06:33:46PM +0200, David Odin wrote: > On Mon, Oct 14, 2002 at 11:17:08AM -0500, Ethan Blanton wrote: > > Cyril Bellot spake unto us the following wisdom: > > > I have had problems in the current CVS release with UTF8 handle of gtk2 > > > in entry area and gtkimhtml area causing bad interpretations of non > > > ascii characters. > > > > Yes. This is a known issue, and one that will be going away soon. > > The problem is that our display widget has moved to UTF-8, but the > > input widget remains locale-specific. > > > > > So here is a patch from David Odin fixing it. > > > This workaround is probably in progress but the patch may help > > > > Please just be patient with us ... This patch does temporarily solve > > the problem in some places, but we are working on the Right Fix. :-) > > It shouldn't be long now. > > > I'm also working on the Right Fix which, imho, is to use the gtk2 > widgets (gtktextview/gtktextbuffer). I've already done some of the work > to replace the GtkText edit zone by a GtkTextView. It works well for > basic editing (I've still to port many of the features the old c->entry) > has. yes, using gtk2 widgets is the right fix. no i do not know how close sean/rob/whoever is to this, so i can't advise you to continue working or be patient. luke > > Tell me if you're interested or if I should just give up and be > patient. I have a pretty good knowledge of gtk, so I guess I can help. > > Regards, > > DindinX > > -- > Da...@di... > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel -- -This email is made of 100% recycled electrons. |