Re: [Json] Proposal: the minimal edit

R S <sayrer@gmail.com> Sat, 22 June 2013 18:17 UTC

Return-Path: <sayrer@gmail.com>
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 8D92621E80A5 for <json@ietfa.amsl.com>; Sat, 22 Jun 2013 11:17:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.523
X-Spam-Level:
X-Spam-Status: No, score=-2.523 tagged_above=-999 required=5 tests=[AWL=0.076, BAYES_00=-2.599, HTML_MESSAGE=0.001, NO_RELAYS=-0.001]
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 on6VMuZEDXc7 for <json@ietfa.amsl.com>; Sat, 22 Jun 2013 11:17:25 -0700 (PDT)
Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) by ietfa.amsl.com (Postfix) with ESMTP id A737121E80A3 for <json@ietf.org>; Sat, 22 Jun 2013 11:17:24 -0700 (PDT)
Received: by mail-wi0-f177.google.com with SMTP id ey16so1452253wid.16 for <json@ietf.org>; Sat, 22 Jun 2013 11:17:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zkziYel4pW846Bx7TAvyxIz+tGdrZ341oaPy6zMkl50=; b=ibrASt5lqa5DOjzUsjT6xDnRgGf+TNaXKwmrM3huiAaN2UKJujLLudDXfpJQRdIMk2 8ZOxr3bp0gavtEuXVbJE76fQ49ldRZNUmrXrnkljBqZ5t68xcuwAsXKoU8gwxJ8Z1y19 GzTqBds+Glx+cr4r9sPJ3+TnFHhtFRv7FCYB4OHpm2vK7pbU3HRjwrK8EfK0fOFaZOp1 G4fEJmWijxFlticZ9zRSgMswX2OBuS8ugl10QtwZSqkFYMbjIOcnnWS25mOJuQGJ0E6R TMtVLpETqjt1Ab4k7CxX0PHIdBjp9rZ56j39mX7+tr09SGbDlbmrInDZ6rSuvhse2rzZ sIfg==
MIME-Version: 1.0
X-Received: by 10.180.76.103 with SMTP id j7mr2087967wiw.21.1371925043548; Sat, 22 Jun 2013 11:17:23 -0700 (PDT)
Received: by 10.194.44.138 with HTTP; Sat, 22 Jun 2013 11:17:23 -0700 (PDT)
In-Reply-To: <CAHBU6ivhoUM9cfUnc1YfnyDdQnWQ=Mj10cSoYn0qouMQ0F94XA@mail.gmail.com>
References: <CAChr6SyN4Z3Hh8OFGHkK+AJN0+S09wMfjeobZ51GjKNL+GhPsw@mail.gmail.com> <CAHBU6ivhoUM9cfUnc1YfnyDdQnWQ=Mj10cSoYn0qouMQ0F94XA@mail.gmail.com>
Date: Sat, 22 Jun 2013 11:17:23 -0700
Message-ID: <CAChr6SyQDjik_BTojXdw3G7_B=W5iZXksuM15VYwGJqr8WHdhw@mail.gmail.com>
From: R S <sayrer@gmail.com>
To: Tim Bray <tbray@textuality.com>
Content-Type: multipart/alternative; boundary="f46d043c7cc6e1188c04dfc23001"
Cc: "json@ietf.org" <json@ietf.org>
Subject: Re: [Json] Proposal: the minimal edit
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: Sat, 22 Jun 2013 18:17:25 -0000

On Sat, Jun 22, 2013 at 10:31 AM, Tim Bray <tbray@textuality.com> wrote:

> If we’re doing an ECMAdiff section... Since 4627 says “A string is a
> sequence of zero or more Unicode characters [UNICODE]” by definition this
> cannot include unpaired surrogates, since they’re not .
>
> So in Rob’s proposed section:
>
> ECMAScript implementations generate and consume unpaired Unicode surrogate
> code points in JSON documents.
>

Yeah, that's fair. I'm not opposed to any text in that section that
reflects reality and refrains from editorializing.

It might be good to focus the WG on producing a document that can be said
to meet the requirements in the charter, and postpone changes that aren't
necessary for that. I think documenting these ECMAScript irritants is the
only thing we're absolutely required to do.

- Rob