Re: [Json] Unpaired surrogates in JSON strings

R S <sayrer@gmail.com> Thu, 06 June 2013 04:06 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 1353121F84D8 for <json@ietfa.amsl.com>; Wed, 5 Jun 2013 21:06:18 -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, 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 ZNMuqAOYAn+4 for <json@ietfa.amsl.com>; Wed, 5 Jun 2013 21:06:17 -0700 (PDT)
Received: from mail-ee0-x229.google.com (mail-ee0-x229.google.com [IPv6:2a00:1450:4013:c00::229]) by ietfa.amsl.com (Postfix) with ESMTP id 3E29321F84D4 for <json@ietf.org>; Wed, 5 Jun 2013 21:06:17 -0700 (PDT)
Received: by mail-ee0-f41.google.com with SMTP id d4so950758eek.0 for <json@ietf.org>; Wed, 05 Jun 2013 21:06:16 -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=smQJuINsTs7s+YMNBLAh+hblwYJY0zbRtUKs/HwxWTE=; b=fdpXqW3OWAi/7ORdiRm7zqNsAjgoqjLsT2JKNGcpQfd9RqgLf1yz02HAS1UPYcKxAv svCTH/mtBIh5N1csVAJMdsUwmZ32ViYcVIPdEtqiu2kuqVA6KsCjM2jFh8hsfS0DF+hk kkJvmA0ivgNuCiDio54GsbZojAZX0rjWvBD/1lUFLQ98ga4vSNNUGMdZK1xgrpr3fZgk 1Ujhocri55vt4RaB0gPqAKOv5E2i4e3mcAXXJ2Fobg1b8mnguiAoT3SeAS9uyKv+to73 t5bEdh+/qltRQZgb3QYqGiaj72kVCECaDO16qjjVhx7Xrs1i3q/LYvFrCpvDZ1kl0nhx VMqQ==
MIME-Version: 1.0
X-Received: by 10.194.249.231 with SMTP id yx7mr20477893wjc.13.1370491576346; Wed, 05 Jun 2013 21:06:16 -0700 (PDT)
Received: by 10.194.83.35 with HTTP; Wed, 5 Jun 2013 21:06:16 -0700 (PDT)
In-Reply-To: <20130606035851.GB1362@mercury.ccil.org>
References: <20130605162246.GG3680@mercury.ccil.org> <51AF7988.6040009@crockford.com> <20130605184702.GB6999@mercury.ccil.org> <51AF8A09.50806@crockford.com> <AE081E5F-82AB-416F-A690-E8373C0369B0@vpnc.org> <CAHBU6is9NBuicPm=mNSTLRUvXjrAt8BA5KH=A4pSeCNJy=vTNQ@mail.gmail.com> <51AFE107.7020301@crockford.com> <20130606035851.GB1362@mercury.ccil.org>
Date: Wed, 05 Jun 2013 21:06:16 -0700
Message-ID: <CAChr6Sw9fDL_9e=kyKzaeZ1nBj35ycrWNJvTegYiie74PZhwKw@mail.gmail.com>
From: R S <sayrer@gmail.com>
To: John Cowan <cowan@mercury.ccil.org>
Content-Type: multipart/alternative; boundary="001a11c29cc4936f1d04de746fe8"
Cc: Tim Bray <tbray@textuality.com>, Paul Hoffman <paul.hoffman@vpnc.org>, Douglas Crockford <douglas@crockford.com>, "json@ietf.org" <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: Thu, 06 Jun 2013 04:06:18 -0000

On Wed, Jun 5, 2013 at 8:58 PM, John Cowan <cowan@mercury.ccil.org> wrote:

> Douglas Crockford scripsit:
>
> > When the RFC talks about Unicode Characters, it is in the sense
> > of Unicode Characters  and not EBCDIC Characters.
>
> That's just confusing.


Maybe, but I think we want to specify whatever it is browsers do with JSON
in this case. That amounts to billions of daily active C++ client users.

- Rob