[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [idn] An experiment with UTF-8 domain names
Martin said:
>I think we should be realistic on both sides here.
>We don't have conversions for ASCII, but we have
>prohibited characters. Dan, what would happen if
>you try to register e.g. +-+.cr.yp.to ?
>Also, we have case mapping, currently done on the
>server but for many reasons better moved to the
>client for UCS.
Moving case mapping to the client will break some applications.
While DNS is case insensitive, many applications are not.
Today I have several applications doing a reverse lookup
to get the name of a host, and then use it to compare with
application data.
Today the reverse lookup preserves case and can therefore
be used to compare with hosts names that have mixed case.
If we move case folding to the client, we must teach
everybody that "Peter" is not equivalent to "peter". It might
be easy to a C programmer but not to the normal person.
For them a "p" is a "p" independantly if it is written
in upper or lower case.
We will not be backward compatible.
Regards,
Dan