Re: [Json] Unpaired surrogates in JSON strings

Douglas Crockford <douglas@crockford.com> Wed, 05 June 2013 18:58 UTC

Return-Path: <douglas@crockford.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 C04F521F9BF8 for <json@ietfa.amsl.com>; Wed, 5 Jun 2013 11:58:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
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 HJBoD9srWVlp for <json@ietfa.amsl.com>; Wed, 5 Jun 2013 11:58:05 -0700 (PDT)
Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by ietfa.amsl.com (Postfix) with ESMTP id 479AF21F9C17 for <json@ietf.org>; Wed, 5 Jun 2013 11:57:48 -0700 (PDT)
Received: from [192.168.114.223] ([216.113.168.135]) by mrelay.perfora.net (node=mrus3) with ESMTP (Nemesis) id 0MePod-1V2G5N3o6x-00POY2; Wed, 05 Jun 2013 14:57:25 -0400
Message-ID: <51AF8A09.50806@crockford.com>
Date: Wed, 05 Jun 2013 11:57:13 -0700
From: Douglas Crockford <douglas@crockford.com>
User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: John Cowan <cowan@mercury.ccil.org>
References: <20130605162246.GG3680@mercury.ccil.org> <51AF7988.6040009@crockford.com> <20130605184702.GB6999@mercury.ccil.org>
In-Reply-To: <20130605184702.GB6999@mercury.ccil.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Provags-ID: V02:K0:dq1jo95+rZU7SmS8YQx/hFN/73/z7JPMwyzCB91p5rm b5SDXLmC0dcN1vPbbvLQCVvD7d3uA6TiLSL3NpAzXZLftmw70w F9ypcAZbpgMkYKB9Tt9xI977jUdfwI/piY3P/ncWuk+E6U89mL BwFkOcsCMaH9ANZGL0kyCq+B4E1fbmUJlQ6v7qiRpqFvkWBOot 9RwnbIUgamaGGhhw0p9Dg0TELPsxJgZNNvWM70P4fz6Rdz3TZ1 j0A5C8uDjGcHjHX7lee01rW63XFBt/bkTGA7c5oLXT6Sln2i1i hzGQCkxP+CGEaDI7KWvkdnqaN3RUf3v1s+f+eMzvD2M4xMVZ3u hv48YXPuVTUEmzAb/WVw=
Cc: json@ietf.org
Subject: Re: [Json] Unpaired surrogates in JSON 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, 05 Jun 2013 18:58:58 -0000

On 6/5/2013 11:47 AM, John Cowan wrote:
> Douglas Crockford scripsit:
>
>> Such a requirement will be breaking. Breaking changes are out of scope.
> How is it a breaking change to limit what documents are allowed to be
> *generated*?
>
Because JSON is currently being used in applications that deliver those 
codepoints.
I believe that ECMA cannot accept if this is changed.