On Tue, Jun 11, 2002 at 05:47:40PM +0100, Peter Karlsson wrote:
> 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.

No.  You're fixing the problem of bad character representations.
I'm fixing the problem of duplicate entries.

Matt

Attachment: pgpmDQUDNSjIa.pgp
Description: PGP signature

Reply via email to