Laurent,I'm using open LDAP only.
If your directory is M$ Active Directory, try binding with LDAP version 2. I did this to overcome some issues with portuguese characters.
Regards Ricardo
-----Mensagem original----- De: Laurent CARON [mailto:[EMAIL PROTECTED] Enviada: qui 4/3/2004 07:35 Para: [EMAIL PROTECTED] Cc: Assunto: Problem with european characters
Hi I've got a problem with european (mainly german / spanish characteres in my ldap directory). I'm able to input such letters using GQ, but when I try to display these letters using perl i've got strange things (ÃÂ) on the output. How may I solve this? Thanks
I'm using
my $mesg=$ldap->modify("uid=$login, ou=people, dc=domain, dc=net", replace=>{'cn'=>$name});
of course when i print the name using print $name everything is fine
any clue?
