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 c

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

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 ac