Re: [nfsv4] Going forward on I18N in RFC3530 bis

"J. Bruce Fields" <bfields@fieldses.org> Wed, 22 September 2010 18:43 UTC

Return-Path: <bfields@fieldses.org>
X-Original-To: nfsv4@core3.amsl.com
Delivered-To: nfsv4@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 03E2E3A6A91 for <nfsv4@core3.amsl.com>; Wed, 22 Sep 2010 11:43:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.608
X-Spam-Level:
X-Spam-Status: No, score=-2.608 tagged_above=-999 required=5 tests=[AWL=-0.009, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KKPe9FWRnROb for <nfsv4@core3.amsl.com>; Wed, 22 Sep 2010 11:43:38 -0700 (PDT)
Received: from fieldses.org (fieldses.org [174.143.236.118]) by core3.amsl.com (Postfix) with ESMTP id 07AE43A694D for <nfsv4@ietf.org>; Wed, 22 Sep 2010 11:43:38 -0700 (PDT)
Received: from bfields by fieldses.org with local (Exim 4.71) (envelope-from <bfields@fieldses.org>) id 1OyUH4-0007CW-6E; Wed, 22 Sep 2010 14:42:34 -0400
Date: Wed, 22 Sep 2010 14:42:34 -0400
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
Message-ID: <20100922184234.GE26903@fieldses.org>
References: <BF3BB6D12298F54B89C8DCC1E4073D8002664E38@CORPUSMX50A.corp.emc.com> <7C4DFCE962635144B8FAE8CA11D0BF1E03D1AEDD3D@MX14A.corp.emc.com> <20100922180601.GA25382@fieldses.org> <1285180764.4811.79.camel@heimdal.trondhjem.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <1285180764.4811.79.camel@heimdal.trondhjem.org>
User-Agent: Mutt/1.5.20 (2009-06-14)
Cc: nfsv4@ietf.org
Subject: Re: [nfsv4] Going forward on I18N in RFC3530 bis
X-BeenThere: nfsv4@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: NFSv4 Working Group <nfsv4.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/nfsv4>
List-Post: <mailto:nfsv4@ietf.org>
List-Help: <mailto:nfsv4-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Sep 2010 18:43:41 -0000

On Wed, Sep 22, 2010 at 02:39:24PM -0400, Trond Myklebust wrote:
> On Wed, 2010-09-22 at 14:06 -0400, J. Bruce Fields wrote:
> > On Wed, Sep 22, 2010 at 11:48:44AM -0400, david.black@emc.com wrote:
> > > Dave,
> > > 
> > > I reviewed the i18n material in -04 (Section 12).  it looks fairly
> > > good, but the details are now beyond my level of i18n expertise.  I
> > > suggest that we get a real i18n expert to review this section in the
> > > next version of the draft - I have a couple of candidate reviewers in
> > > mind.  Many thanks for the extensive effort that has clearly gone into
> > > this.
> > > 
> > > I have one basic disagreement that should not come as a surprise ;-)
> > > ...
> > > 
> > > My current view of A-labels vs. U-labels is that I'm going to (try to)
> > > insist on no A-labels, *unless* there is important "running code" that
> > > depends on A-labels on the wire and that needs to be grandfathered.
> > 
> > Last time I checked, the linux referral code would only follow a
> > referral if it was an A-label:
> > 
> > 	http://www.ietf.org/mail-archive/web/nfsv4/current/msg07863.html
> > 
> > That may have changed.  However, it wouldn't be surprising if it were
> > common behavior to pass the referral name directly to non-idn-aware dns
> > interfaces...
> 
> The advantage of scripting is that you can easily change things when
> they don't work:
> 
> getent ahostsv4 bücher.com | awk '/STREAM/ { print $1; }'
> 82.98.86.165

OK, good.

What's the deal with Solaris?

--b.