Re: unicode in a liststore

2015-03-06 Thread Brian Manning
On Fri, Mar 6, 2015 at 3:20 PM, Daniel Kasak wrote: > If I can actually get valid unicode out of a database, I'm *still* having > issues pushing it into a liststore. Things get corrupted. I've modified > liststore.pl from https://github.com/dave-theunsub/gtk3-perl-demos and > uploaded the changed

unicode in a liststore

2015-03-06 Thread Daniel Kasak
Hi all. I'm battling unicode issues on multiple fronts :/ 1 front is in unixODBC, but that's another story. If I can actually get valid unicode out of a database, I'm *still* having issues pushing it into a liststore. Things get corrupted. I've modified liststore.pl from https://github.com/dave-t

Re: Gtk3::Gdk::EventKey mappings

2015-03-06 Thread Daniel Kasak
Thanks :) That pointed me in the right direction. Dan On Tue, Mar 3, 2015 at 7:14 PM, Terence Ferraro wrote: > I previously used the global snooper in Gtk2, but due to removed > functionality, I added some code myself into Gtk3.pm to essentially provide > the same functionality. > > It looks li