On Aug 18, 2005, at 9:11 AM, Alexandre Jousset wrote:
Hi,
I hard a hard time tracking this error down, but it seems the two
lines in
my code broke my LDAP CGI script:
use utf8;
use encoding 'utf8';
Example to demonstrate:
# perl -wd -e 'use encoding "utf8";use Net::LDAP; use
Net::LDAP::RootDSE'
I have a similar problem getting schema when using utf8 with
the same directives as above. I use v0.31. I would like to use the
utf8 strings stored in the directory in a Gtk2-Perl entry widget
without re-encoding them by hand.
What versions of perl, Convert::ASN1 and Net::LDAP are you using ?
Graham.