Matt Kraai: > + # canonicalize weird names until [EMAIL PROTECTED] fixes them > + if ($ldap_cn eq "Bjorn" and $ldap_sn eq "Brenander") { > + $ldap_cn = "Bj\xf6rn";
If this is meant to be included by several languages' it needs to be written "Björn". > + } elsif ($ldap_cn eq "Miroslaw" and $ldap_sn eq "Baran") { > + $ldap_cn = "Miros/law"; > + } And that probably should be "Mirošlav", unless I get the character wrong. -- \\// Peter - I do not read or respond to mail with HTML attachments. Statement concerning unsolicited e-mail according to Swedish law: http://www.softwolves.pp.se/peter/reklampost.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]