[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#142001: tag 142001 patch



On Tue, Jun 11, 2002 at 05:47:40PM +0100, Peter Karlsson wrote:
> Matt Kraai:
> 
> > +        # canonicalize weird names until admin@db.debian.org 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: pgpimsehTUO3s.pgp
Description: PGP signature


Reply to: