Re: [idn] implementations list

martin@v.loewis.de (Martin v. Löwis ) Sun, 27 April 2003 08:18 UTC

Received: from psg.com (mailnull@psg.com [147.28.0.62]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA20629 for <idn-archive@lists.ietf.org>; Sun, 27 Apr 2003 04:18:14 -0400 (EDT)
Received: from lserv by psg.com with local (Exim 3.36 #1) id 199hFP-000EjG-00 for idn-data@psg.com; Sun, 27 Apr 2003 08:10:55 +0000
Received: from mailout10.sul.t-online.com ([194.25.134.21]) by psg.com with esmtp (Exim 3.36 #1) id 199hFJ-000Egw-00 for idn@ops.ietf.org; Sun, 27 Apr 2003 08:10:49 +0000
Received: from fwd02.sul.t-online.de by mailout10.sul.t-online.com with smtp id 199hFC-0005C6-06; Sun, 27 Apr 2003 10:10:42 +0200
Received: from mira.informatik.hu-berlin.de (03047300346-0001@[217.232.42.8]) by fmrl02.sul.t-online.com with esmtp id 199hF2-20CKYKC; Sun, 27 Apr 2003 10:10:32 +0200
Received: from mira.informatik.hu-berlin.de (localhost [127.0.0.1]) by mira.informatik.hu-berlin.de (8.12.6/8.11.6/SuSE Linux 0.5) with ESMTP id h3R8AbRE001987; Sun, 27 Apr 2003 10:10:37 +0200
Received: (from martin@localhost) by mira.informatik.hu-berlin.de (8.12.6/8.12.6/Submit) id h3R8AYZ6001984; Sun, 27 Apr 2003 10:10:34 +0200
X-Authentication-Warning: mira.informatik.hu-berlin.de: martin set sender to martin@v.loewis.de using -f
To: Marc Blanchet <Marc.Blanchet@viagenie.qc.ca>
Cc: idn@ops.ietf.org
Subject: Re: [idn] implementations list
References: <HEEHIJAAIOLDCMKIFMKLMEFNCDAA.iana@iana.org> <21980000.1046183027@classic.hexago.com>
From: martin@v.loewis.de
Date: Sun, 27 Apr 2003 10:10:32 +0200
In-Reply-To: <21980000.1046183027@classic.hexago.com>
Message-ID: <m3llxwtl6v.fsf@mira.informatik.hu-berlin.de>
Lines: 22
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender: 03047300346-0001@t-dialin.net
X-Spam-Status: No, hits=-38.5 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, RCVD_IN_NJABL,RCVD_IN_OSIRUSOFT_COM,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_GNUS_UA,X_AUTH_WARNING autolearn=ham version=2.53
X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)
Sender: owner-idn@ops.ietf.org
Precedence: bulk

Marc Blanchet <Marc.Blanchet@viagenie.qc.ca> writes:

> I would like to rework the http://www.i-d-n.net (which is very outdated, my
> apologies) to reflect the status of the idn work and to start collecting
> information on implementations.

Python 2.3 implements IDNA. Here is the record in the format you are
requesting.

Name: Python 2.3b1
Purpose: library
Programming language: Python
Url: http://www.python.org/2.3/
     http://www.python.org/dev/doc/devel/lib/module-encodings.idna.html
Description: Unicode strings are transparently accepted as host names
 in the socket, ftplib, httplib, and urllib libraries. For conversions
 from ACE, the "idna" codec is provided. The implementation assumes
 query strings, and UseSTD3ASCIIRules is false. Along with the IDNA
 implementation comes a "punycode" codec and a stringprep module.

Regards,
Martin