From: Kjetil T. H. <kje...@li...> - 2001-12-06 15:33:33
|
Karel Bijl <Kar...@cm...> writes: > After searching for a couple of hours, looking into ldif, asn1 and such I > completely forgot that in stead of not getting a result, I get a protocol > error! > > No doubt that this has something to do with the binary meaning of > the é .... but then still, what would be necessary to convert this > character into something else? I've got a feeling that I need to use > Net::LDAP::LDIF somewhere .... but it's unclear to me how I should > do that.. No, you need to do use Unicode::String qw(utf8); $filter = Unicode::String::latin1 ("sn=Dunné"); Kjetil T. |