Re: [netmod] I-D Action: draft-chopps-netmod-geo-location-00.txt

Martin Bjorklund <mbj@tail-f.com> Tue, 05 March 2019 15:33 UTC

Return-Path: <mbj@tail-f.com>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B241F124B0C for <netmod@ietfa.amsl.com>; Tue, 5 Mar 2019 07:33:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pF7v9_dHL8K2 for <netmod@ietfa.amsl.com>; Tue, 5 Mar 2019 07:33:28 -0800 (PST)
Received: from mail.tail-f.com (mail.tail-f.com [46.21.102.45]) by ietfa.amsl.com (Postfix) with ESMTP id A6DD31200D8 for <netmod@ietf.org>; Tue, 5 Mar 2019 07:33:28 -0800 (PST)
Received: from localhost (unknown [173.38.220.61]) by mail.tail-f.com (Postfix) with ESMTPSA id 9F1CD1AE0386; Tue, 5 Mar 2019 16:33:26 +0100 (CET)
Date: Tue, 05 Mar 2019 16:33:27 +0100
Message-Id: <20190305.163327.150084339168999902.mbj@tail-f.com>
To: wlupton@broadband-forum.org
Cc: chopps@chopps.org, netmod@ietf.org
From: Martin Bjorklund <mbj@tail-f.com>
In-Reply-To: <CAEe_xxhp3Fqw7NrEr0ZfF+Y=SOHWS2XMz0Ha5if8QWmgH2v_jw@mail.gmail.com>
References: <sa65zsx4eay.fsf@chopps.org> <20190305.150501.1809357052440270699.mbj@tail-f.com> <CAEe_xxhp3Fqw7NrEr0ZfF+Y=SOHWS2XMz0Ha5if8QWmgH2v_jw@mail.gmail.com>
X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/ji5f5hzGaq4qFcfhHvwurkaUubM>
Subject: Re: [netmod] I-D Action: draft-chopps-netmod-geo-location-00.txt
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Mar 2019 15:33:31 -0000

William Lupton <wlupton@broadband-forum.org> wrote:
> On Tue, 5 Mar 2019 at 14:05, Martin Bjorklund <mbj@tail-f.com> wrote:
> 
> > Christian Hopps <chopps@chopps.org> wrote:
> > >
> > > William Lupton <wlupton@broadband-forum.org> writes:
> > >
> > > >> The intent was "ascii-printable". Would be nice if there was an easier
> > > > way to specify this. :)
> > > >
> > > > Printable ASCII characters are ' ' (space) through '~' (tilde) so
> > > > naively [
> > > > -~] should work ... but perhaps that makes unacceptable assumptions
> > > > -about
> > > > the locale and/or character encoding? (Certainly it should be OK if we
> > > > can
> > > > assume UTF-8, because all printable ASCII characters retain their
> > > > ASCII
> > > > representations in UTF-8.)
> > >
> > > I think your suggestion is a good one!
> >
> > Not sure I get it.  What exactly is the suggestion?
> >
> 
> Presumably the suggestion of using the [ -~] ("space through tilde")

Aha, ok, this is better!

> closure. I forgot to include other whitespace characters (CR, LF, FF) so if
> those are to be included it could be [\s!-~] ("whitespace plus exclamation
> mark through tilde").



/martin