Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 83902 invoked from network); 9 Dec 2006 21:10:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2006 21:10:34 -0000 Received: (qmail 99559 invoked by uid 500); 9 Dec 2006 21:10:42 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 99499 invoked by uid 500); 9 Dec 2006 21:10:42 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 99490 invoked by uid 99); 9 Dec 2006 21:10:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Dec 2006 13:10:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jasnell@gmail.com designates 66.249.82.239 as permitted sender) Received: from [66.249.82.239] (HELO wx-out-0506.google.com) (66.249.82.239) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Dec 2006 13:10:29 -0800 Received: by wx-out-0506.google.com with SMTP id i26so1190382wxd for ; Sat, 09 Dec 2006 13:10:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=OGkrDT9cbw9Od2dfpdfRrNsNS90yyCGNVqIX66+OqMd5uRWrvIcKvpt+/Ly5HA1TRBx+bPEsTJPqFrVj8rLqD2m90pC9/8pIc1BU/4iPU0zcamHbe84jKl2TLRB4Z2znK3HVMalvCtY3n9q21jsNpMMlcyuW4PDinNd2Nm2or6I= Received: by 10.70.90.12 with SMTP id n12mr5934058wxb.1165698608815; Sat, 09 Dec 2006 13:10:08 -0800 (PST) Received: from ?192.168.1.101? ( [67.181.218.96]) by mx.google.com with ESMTP id 25sm560771wra.2006.12.09.13.10.07; Sat, 09 Dec 2006 13:10:08 -0800 (PST) Message-ID: <457B262A.8080201@gmail.com> Date: Sat, 09 Dec 2006 13:10:02 -0800 From: James M Snell User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: IRI Support in Java 6 References: <926084.53928.qm@web33210.mail.mud.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org It appears that there is a class for handling IDN's and it's entirely possible that the existing URI class has been or will be updated to support IRI syntax. I have no idea. Either way it's not much help given that we need to support JDK 1.4.2 and Java 1.5 environments. If Java6 does end up shipping with IRI support, when the time is appropriate we can update our stuff to use it if the user is running a Java6 JVM. - James Jeremy Hughes wrote: > On 12/9/06, Rogers Cadenhead wrote: >> I'm just getting into Abdera, so apologies if this is >> old news, but one of the new features in java.net in >> Java 6 is Internationalized Resource Identifiers >> support: >> >> http://masl.to/?O1313265E >> >> Java 6 is at beta 2 release and expected to come out >> in the next couple months. >> > I thought they had removed it. Here's the doc I read: > > http://java.sun.com/javase/6/jcp/mr2/ > > and I don't see any mention or IRI in the current javadoc: > > http://java.sun.com/javase/6/docs/api/java/net/URI.html > > Do you know different? > > Cheers, > Jeremy >