Re: [Json] Proposed minimal change for strings
John Cowan <cowan@mercury.ccil.org> Wed, 03 July 2013 04:53 UTC
Return-Path: <cowan@ccil.org>
X-Original-To: json@ietfa.amsl.com
Delivered-To: json@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E6ACF21F99D1 for <json@ietfa.amsl.com>; Tue, 2 Jul 2013 21:53:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
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 LK2XVEinYXvw for <json@ietfa.amsl.com>; Tue, 2 Jul 2013 21:53:37 -0700 (PDT)
Received: from earth.ccil.org (earth.ccil.org [192.190.237.11]) by ietfa.amsl.com (Postfix) with ESMTP id 8B30121F99CF for <json@ietf.org>; Tue, 2 Jul 2013 21:53:37 -0700 (PDT)
Received: from cowan by earth.ccil.org with local (Exim 4.72) (envelope-from <cowan@ccil.org>) id 1UuF4R-0005eh-H5; Wed, 03 Jul 2013 00:53:35 -0400
Date: Wed, 03 Jul 2013 00:53:35 -0400
From: John Cowan <cowan@mercury.ccil.org>
To: Nico Williams <nico@cryptonector.com>
Message-ID: <20130703045335.GX31347@mercury.ccil.org>
References: <9BACB3F2-F9BF-40C7-B4BA-C0C2F33E4278@vpnc.org> <CAK3OfOgN5SKOet5bvN1fpxj6UsvUdcOUxvETYxUmsWH_3sarcA@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <CAK3OfOgN5SKOet5bvN1fpxj6UsvUdcOUxvETYxUmsWH_3sarcA@mail.gmail.com>
User-Agent: Mutt/1.5.20 (2009-06-14)
Sender: John Cowan <cowan@ccil.org>
Cc: Paul Hoffman <paul.hoffman@vpnc.org>, "json@ietf.org WG" <json@ietf.org>
Subject: Re: [Json] Proposed minimal change for strings
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.12
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: Wed, 03 Jul 2013 04:53:55 -0000
Nico Williams scripsit: > Note that parsers can unescape escaped characters/code points/code > units, and many do. Therefore banning unescaped unpaired surrogate > halves is not sufficient. We must say something about what parsers > SHOULD do when they see these, whether escaped or unescaped. Parsers may safely report 16-bit code units as 16-bit unsigned integers. -- Verbogeny is one of the pleasurettes John Cowan <cowan@ccil.org> of a creatific thinkerizer. http://www.ccil.org/~cowan --Peter da Silva
- Re: [Json] Proposed minimal change for strings John Cowan
- [Json] Proposed minimal change for strings Paul Hoffman
- Re: [Json] Proposed minimal change for strings Paul Hoffman
- Re: [Json] Proposed minimal change for strings Nico Williams
- Re: [Json] Proposed minimal change for strings Manger, James H
- Re: [Json] Proposed minimal change for strings John Cowan
- Re: [Json] Proposed minimal change for strings John Cowan
- Re: [Json] Proposed minimal change for strings Paul Hoffman
- Re: [Json] Proposed minimal change for strings Paul Hoffman
- Re: [Json] Proposed minimal change for strings John Cowan
- Re: [Json] Proposed minimal change for strings Nico Williams
- Re: [Json] Proposed minimal change for strings Norbert Lindenberg
- Re: [Json] Proposed minimal change for strings Joe Hildebrand (jhildebr)
- Re: [Json] Proposed minimal change for strings Jorge
- Re: [Json] Proposed minimal change for strings Stephen Dolan
- Re: [Json] Proposed minimal change for strings Bjoern Hoehrmann
- Re: [Json] Proposed minimal change for strings Jorge
- Re: [Json] Proposed minimal change for strings Manger, James H
- Re: [Json] Proposed minimal change for strings Bjoern Hoehrmann