Re: [apps-discuss] draft-pbryan-zyp-json-pointer: name syntax for non-ASCII

Frank Ellermann <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com> Mon, 21 November 2011 20:11 UTC

Return-Path: <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A7F5B1F0C6C for <apps-discuss@ietfa.amsl.com>; Mon, 21 Nov 2011 12:11:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.914
X-Spam-Level:
X-Spam-Status: No, score=-102.914 tagged_above=-999 required=5 tests=[AWL=0.185, BAYES_00=-2.599, FROM_LOCAL_NOVOWEL=0.5, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K+1a8D8KFkDg for <apps-discuss@ietfa.amsl.com>; Mon, 21 Nov 2011 12:11:11 -0800 (PST)
Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) by ietfa.amsl.com (Postfix) with ESMTP id 7BE9E21F8997 for <apps-discuss@ietf.org>; Mon, 21 Nov 2011 12:10:44 -0800 (PST)
Received: by wwe5 with SMTP id 5so8555115wwe.13 for <apps-discuss@ietf.org>; Mon, 21 Nov 2011 12:10:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=5zz6SxORoq2ovvHVrr0vcGWFI8ccyC3Ab5b5ShJ0ACE=; b=ksebIWIBklkcCeHS9w/ANDo/IqJ52CHfeWphZRap1QKxWoPaZxIYkvh3YEVeA5UnMT JWehVTJm89RnkU3nSdWa81LU4Egz0loAE8rD53uQ5wwVuC4Q3dsdsLNAhalHEsGIgAxZ TYS3Ncqn+6bQOby/QiNuTNONpfhQ6LGOEa5mU=
Received: by 10.216.132.82 with SMTP id n60mr2298846wei.60.1321906243677; Mon, 21 Nov 2011 12:10:43 -0800 (PST)
MIME-Version: 1.0
Received: by 10.216.184.147 with HTTP; Mon, 21 Nov 2011 12:10:02 -0800 (PST)
In-Reply-To: <4ECAAE38.8050100@gmx.de>
References: <4ECA5C66.1040305@gmx.de> <1321903463.1990.16.camel@neutron> <2n9lc79c8or4de9dpvi4s1s8vd186mosj8@hive.bjoern.hoehrmann.de> <1321905297.1990.20.camel@neutron> <4ECAAE38.8050100@gmx.de>
From: Frank Ellermann <hmdmhdfmhdjmzdtjmzdtzktdkztdjz@gmail.com>
Date: Mon, 21 Nov 2011 21:10:02 +0100
Message-ID: <CAHhFybpcEsTmEwo29sckJ1U2YcmL-d9MM=-8D4w8_6xRCJjvCQ@mail.gmail.com>
To: Julian Reschke <julian.reschke@gmx.de>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: IETF Apps Discuss <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] draft-pbryan-zyp-json-pointer: name syntax for non-ASCII
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Nov 2011 20:11:11 -0000

On 21 November 2011 21:02, Julian Reschke wrote:

> We're just re-using percent-encoding, and that is about mapping octets to
> characters. We still need to state what the octets are.

Maybe copy and paste the simple RFC 3987 idea, that gives you UTF-8 (outside
of DNS hostnames in IRIs).  Unless you want or need "raw" octets for other
purposes in this draft, but so far I think you don't.

-Frank