Re: [Ltru] Geocoordinates

Mark Davis <mark@macchiato.com> Wed, 11 March 2009 17:41 UTC

Return-Path: <mark.edward.davis@gmail.com>
X-Original-To: ltru@core3.amsl.com
Delivered-To: ltru@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0A27F3A6B32 for <ltru@core3.amsl.com>; Wed, 11 Mar 2009 10:41:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.271
X-Spam-Level:
X-Spam-Status: No, score=-3.271 tagged_above=-999 required=5 tests=[AWL=0.705, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, GB_I_LETTER=-2, HTML_MESSAGE=0.001]
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 WC3j-1ipRQvl for <ltru@core3.amsl.com>; Wed, 11 Mar 2009 10:41:22 -0700 (PDT)
Received: from mail-gx0-f167.google.com (mail-gx0-f167.google.com [209.85.217.167]) by core3.amsl.com (Postfix) with ESMTP id 41D6C3A6B13 for <ltru@ietf.org>; Wed, 11 Mar 2009 10:41:22 -0700 (PDT)
Received: by gxk11 with SMTP id 11so277603gxk.13 for <ltru@ietf.org>; Wed, 11 Mar 2009 10:41:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=v/wdMRy0obGA4hIaY1B0XTEXjXRDWtsONjnm2vAz4IM=; b=SZVdgG4DhJLMZpqBXyvl5YFHALjaJomdVGSpAr0zTDpCn+dw+EMTn8IDTU8Q0H1xbb Rc5DBA+Dxad15Wf/li0VjQpe1InhGZE9UeGVyo16C2zK4KFr/rA1qgG7cX6NdGPRVFcs QjkoSDr5Kad5eRQROUiXuF+L2x9rks7Pk29sM=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=P/nU+KanPahbid+w9IxEbD5pdMLDo6Th32qEfGTL65Vi5Gfwf82j+eeEcMrP6V4pIV 2mkYqLMyM2p5t3J4FXnrai36y/y5KugMKBAIhtf58acN+QAxb+kdjglCL6fp8LvnBAQ8 rEGgGKwYb37JUIvc6tTf8hDhGw/4Pm0FKjPZg=
MIME-Version: 1.0
Sender: mark.edward.davis@gmail.com
Received: by 10.143.31.4 with SMTP id i4mr3776195wfj.247.1236793299992; Wed, 11 Mar 2009 10:41:39 -0700 (PDT)
In-Reply-To: <006101c9a26f$42f21240$6801a8c0@oemcomputer>
References: <20090310093127.GB2850@nic.fr> <003b01c9a1ab$7eacc060$6801a8c0@oemcomputer> <20090310184601.GD7167@mercury.ccil.org> <4D25F22093241741BC1D0EEBC2DBB1DA019E622691@EX-SEA5-D.ant.amazon.com> <20090310200354.GE7167@mercury.ccil.org> <DDB6DE6E9D27DD478AE6D1BBBB83579566E654C846@NA-EXMSG-C117.redmond.corp.microsoft.com> <006101c9a26f$42f21240$6801a8c0@oemcomputer>
Date: Wed, 11 Mar 2009 10:41:39 -0700
X-Google-Sender-Auth: ae0283cd265190e4
Message-ID: <30b660a20903111041jd41859apd94d4b0a361f34f7@mail.gmail.com>
From: Mark Davis <mark@macchiato.com>
To: Randy Presuhn <randy_presuhn@mindspring.com>
Content-Type: multipart/alternative; boundary="001636e0b4f14e7fdc0464db615e"
Cc: LTRU Working Group <ltru@ietf.org>
Subject: Re: [Ltru] Geocoordinates
X-BeenThere: ltru@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Language Tag Registry Update working group discussion list <ltru.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ltru>, <mailto:ltru-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ltru>
List-Post: <mailto:ltru@ietf.org>
List-Help: <mailto:ltru-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ltru>, <mailto:ltru-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 11 Mar 2009 17:41:28 -0000

It is not necessarily non-conformant. I could define a field as follows:

   - if it has 4 characters and no hyphen, it means X
   - otherwise it is interpreted as a BCP 47 language tag.

That is perfectly conformant usage of BCP 47, and would work with the
current spec. The disadvantage is that if BCP47 ever uses 4-letter base
language codes, then you can't represent the full range of BCP47 at that
point. So you definitely take a risk in using such a definition in terms of
future compatibility, but such a definition is not non-conformant.

Mark


On Wed, Mar 11, 2009 at 10:31, Randy Presuhn
<randy_presuhn@mindspring.com>wrote:

> Hi -
>
> > From: "Peter Constable" <petercon@microsoft.com>
> > To: "John Cowan" <cowan@ccil.org>; "Phillips, Addison" <
> addison@amazon.com>
> > Cc: "LTRU Working Group" <ltru@ietf.org>
> > Sent: Tuesday, March 10, 2009 8:36 PM
> > Subject: Re: [Ltru] Geocoordinates
> >
> > From: ltru-bounces@ietf.org [mailto:ltru-bounces@ietf.org] On Behalf Of
> John Cowan
> >
> > > So what's left is:
> > >
> > > (a) codes for language collections that aren't in 639-5, which could
> > > be added to BCP 47 as 4-letter primary language subtags (that size is
> > > currently reserved);
> >
> > I'd be resistant to 4-letter primary language subtags.
> > I have made derivative use of BCP 47 tag syntax
> > with the modification that the only obligatory subtag
> > is the script subtag.
> > Introducing different 4-letter subtags within BCP 47 syntax
> > would create conflicts with this or other similar derivative
> > uses of our language tag syntax.
>
> As a technical contributor...
>
> I find this line of argument unpersuasive.  We should only
> concern ourselves with compatibility with conformant
> implementations.  If someone implements something
> "derived from" the spec which does not follow it to the
> letter, they're on their own.
>
> Randy
>
> _______________________________________________
> Ltru mailing list
> Ltru@ietf.org
> https://www.ietf.org/mailman/listinfo/ltru
>