Re: [Json] Using a non-whitespace separator (Re: Working Group Last Call on draft-ietf-json-text-sequence)

Nico Williams <nico@cryptonector.com> Sun, 01 June 2014 22:55 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: json@ietfa.amsl.com
Delivered-To: json@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 77C4A1A00D4 for <json@ietfa.amsl.com>; Sun, 1 Jun 2014 15:55:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.044
X-Spam-Level:
X-Spam-Status: No, score=-1.044 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FM_FORGED_GMAIL=0.622, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=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 SztCs-40FC-8 for <json@ietfa.amsl.com>; Sun, 1 Jun 2014 15:55:37 -0700 (PDT)
Received: from homiemail-a113.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id E3F1E1A00CF for <json@ietf.org>; Sun, 1 Jun 2014 15:55:37 -0700 (PDT)
Received: from homiemail-a113.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a113.g.dreamhost.com (Postfix) with ESMTP id 13C4B20047B5B for <json@ietf.org>; Sun, 1 Jun 2014 15:55:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h= mime-version:in-reply-to:references:date:message-id:subject:from :to:cc:content-type; s=cryptonector.com; bh=6AFzPS0iTyLhOWslu2X4 I+Z03Yg=; b=CdiLzsQZLSHtHlzBiJtp4MQWa7d6/5Adcp+TQfsfHckrYUvPcYTc nDRNO85+MzAYwX1MRD5UVqAQFiasapr32BwjoGXV2JIYniQMkd4MjXd4JUim2ecl Krv9uNXl7mKAv/FSAvvMxf03JS7WbYlF+Nrl5eHmgvdZtLV06NxmjlM=
Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nico@cryptonector.com) by homiemail-a113.g.dreamhost.com (Postfix) with ESMTPSA id BD14A20047B59 for <json@ietf.org>; Sun, 1 Jun 2014 15:55:32 -0700 (PDT)
Received: by mail-we0-f172.google.com with SMTP id k48so4392244wev.17 for <json@ietf.org>; Sun, 01 Jun 2014 15:55:31 -0700 (PDT)
MIME-Version: 1.0
X-Received: by 10.194.5.5 with SMTP id o5mr44259122wjo.16.1401663331748; Sun, 01 Jun 2014 15:55:31 -0700 (PDT)
Received: by 10.216.29.200 with HTTP; Sun, 1 Jun 2014 15:55:31 -0700 (PDT)
In-Reply-To: <CAHBU6itr=ogxP4uoj57goEUSOCpsRx1AXVnW1NQwSTPxbbttkw@mail.gmail.com>
References: <CAK3OfOidgk13ShPzpF-cxBHeg34s99CHs=bpY1rW-yBwnpPC-g@mail.gmail.com> <CAHBU6itr=ogxP4uoj57goEUSOCpsRx1AXVnW1NQwSTPxbbttkw@mail.gmail.com>
Date: Sun, 01 Jun 2014 17:55:31 -0500
Message-ID: <CAK3OfOiat8MFNbfqO1tpr3dq5Ae9S4XoBfoDiXgTyhru0H2yoA@mail.gmail.com>
From: Nico Williams <nico@cryptonector.com>
To: Tim Bray <tbray@textuality.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/json/tRaRDYwrZII80mCHIZKgEUtereg
Cc: Carsten Bormann <cabo@tzi.org>, IETF JSON WG <json@ietf.org>, "Martin J. Dürst" <duerst@it.aoyama.ac.jp>, Paul Hoffman <paul.hoffman@vpnc.org>
Subject: Re: [Json] Using a non-whitespace separator (Re: Working Group Last Call on draft-ietf-json-text-sequence)
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "JavaScript Object Notation \(JSON\) WG mailing list" <json.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/json>, <mailto:json-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/json/>
List-Post: <mailto:json@ietf.org>
List-Help: <mailto:json-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/json>, <mailto:json-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Jun 2014 22:55:38 -0000

As to Unicode encoding... that's a good point.  I'd say that for JSON
text sequences we should require the use of UTF-8.

Nico
--