utf8 not displayed in Gtk2::Entry

2005-08-15 Thread Alexandre Jousset
Hello all... I am working on a Gtk2-Perl project which is an LDAP browser. I get utf-8 strings from an LDAP directory and when I set them in a Gtk2::Entry, they are not displayed correctly: utf-8 strings are shown as the usual wrong characters eg. capital_tilde_A-copyright for the

Re: utf8 not displayed in Gtk2::Entry

2005-08-15 Thread A. Pagaltzis
* Alexandre Jousset [EMAIL PROTECTED] [2005-08-15 12:10]: I am working on a Gtk2-Perl project which is an LDAP browser. I get utf-8 strings from an LDAP directory and when I set them in a Gtk2::Entry, they are not displayed correctly: utf-8 strings are shown as the usual wrong characters eg.

Re: utf8 not displayed in Gtk2::Entry

2005-08-15 Thread Alexandre Jousset
(sorry fot the duplicate message, there is no 'reply-to' header for this list) A. Pagaltzis wrote: use Encode; $info = decode_utf8( get_info_from_ldap_somehow() ); Although if you are using some sort of module to talk to the LDAP server, then it really is that module’s job to do this

Alternate font

2005-08-15 Thread Carney, Sandra
Hello, I am a newbie so forgive if this is stupid. We are using gtk-perl as opposed to gtk2-perl because we are stuck with version 1.2 of gtk. Here is what I tried. 1. I brought up a FontSelectionDialog and browsed through that to get the desired alternate font. 2. In the Font

Re: [ANNOUNCE] Gtk2::Ex::DBI-1.2 and Gtk2::Ex::Datasheet::DBI-0.8

2005-08-15 Thread zentara
On Mon, 15 Aug 2005 12:00:39 -0400 (EDT) From: Dan [EMAIL PROTECTED] Subject: [ANNOUNCE] Gtk2::Ex::DBI-1.2 and Gtk2::Ex::Datasheet::DBI-0.8 I'm pleased to announce the next round of updates to Axis Not Evil, a suit of Perl modules that combine to provide an alternative to a 'leading' software

Re: Projects Using Gtk2-Perl

2005-08-15 Thread muppet
Andrei Perhinschi said: It would be nice if my program (hacburn) appeared on the links page. Thanks Andrei Done -- muppet scott at asofyet dot org ___ gtk-perl-list mailing list gtk-perl-list@gnome.org

Cairo 0.01 (unstable)

2005-08-15 Thread Torsten Schoenfeld
Cairo provides Perl bindings for the vector graphics library cairo. It supports multiple output targets, including the X Window Systems, PDF, and PNG. Cairo produces identical output on all those targets and makes use of hardware acceleration wherever possible. This is the first alpha release

Re: [ANNOUNCE] Gtk2::Ex::DBI-1.2 and Gtk2::Ex::Datasheet::DBI-0.8

2005-08-15 Thread Daniel Kasak
zentara wrote: Hi, very nice website, but I found a small glitch in your downloads. Your http://entropy.homelinux.org/axis_not_evil/src/demo_application_package.tar.gz actually is a tar.bz2 file. :) I see. I will do something about that. Thanks. -- Daniel Kasak IT Developer NUS

Re: clipboard

2005-08-15 Thread muppet
On Aug 2, 2005, at 9:18 AM, Jens Luedicke wrote: right now I'm using set_text() and request_text() to get and set an uri list to the clipboard + cut or copy appended in the last line. This works fine for my app but not together with Nautilus or Thunar. I haven't tried Konqueror. Is there

Re: Gtk2::Ex::Simple::Tree

2005-08-15 Thread muppet
On Aug 12, 2005, at 11:12 AM, Jörn Reder wrote: Jörn Reder wrote: After that make test works on a Linux machine with Gtk2 1.061 (libgtk2 2.6.2, libglib2 2.6.3), but not on another which has the more recent Gtk2 1.082 (libgtk2 2.6.8, libglib2 2.6.5), make test output is attached. I can't