[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [idn] UTF-8 / RACE
- To: Patrik Fältström <paf@cisco.com>
- Subject: Re: [idn] UTF-8 / RACE
- From: "Adam M. Costello" <amc@cs.berkeley.edu>
- Date: Tue, 29 May 2001 06:50:27 +0000
- Cc: idn@ops.ietf.org
- Delivery-date: Mon, 28 May 2001 23:51:10 -0700
- Envelope-to: idn-data@psg.com
- User-Agent: Mutt/1.3.17i
Patrik Fältström <paf@cisco.com> wrote:
> The problem is NOT the DNS protocol or gethostbyname() or such, the
> problem are all the applications while using some application layer
> protocol, and what charset they are going to use when passing around
> what they belive is a domainname.
Oh yes, I understand this.
> All applications have to be changed.
There are some small applications that never pass domain names around
except to/from the user and to/from DNS (like ping and netstat, and
telnet I think). For these applications, changing gethostbyname() to
support the encoding of the current locale might be enough (if they are
already 8-bit clean).
But application-layer protocols do indeed need to define a common
representation of domain names and convert between that and the local
charset.
AMC