Re: [Json] BOMs (Was: Re: JSON: remove gap between Ecma-404 and IETF draft)

Julian Reschke <julian.reschke@gmx.de> Mon, 18 November 2013 16:24 UTC

Return-Path: <julian.reschke@gmx.de>
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 ACE0F11E8135 for <json@ietfa.amsl.com>; Mon, 18 Nov 2013 08:24:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -105.524
X-Spam-Level:
X-Spam-Status: No, score=-105.524 tagged_above=-999 required=5 tests=[AWL=-2.925, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 8cea51nwUEJH for <json@ietfa.amsl.com>; Mon, 18 Nov 2013 08:24:13 -0800 (PST)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by ietfa.amsl.com (Postfix) with ESMTP id 27C2D11E8178 for <json@ietf.org>; Mon, 18 Nov 2013 08:23:04 -0800 (PST)
Received: from [192.168.1.102] ([217.91.35.233]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0Lev1D-1VL8sC0lCR-00qjCE for <json@ietf.org>; Mon, 18 Nov 2013 17:22:49 +0100
Message-ID: <528A3ED2.30305@gmx.de>
Date: Mon, 18 Nov 2013 17:22:42 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
MIME-Version: 1.0
To: Pete Cordell <petejson@codalogic.com>, Tim Bray <tbray@textuality.com>
References: <AA45B3C6-1DC5-4B1E-8045-C9FE76022584@vpnc.org><CEA92854.2CC53%jhildebr@cisco.com><20131113224737.GI31823@mercury.ccil.org><f5bob5n71y7.fsf@troutbeck.inf.ed.ac.uk><5284B095.4070004@it.aoyama.ac.jp><C37B2FE59C164DBCA982AC81A56A09AA@codalogic> <CAHBU6ivieGAmNF=ZyMNoBCLO3q17E-J_g=pMN1jkfd1J_PW9iA@mail.gmail.com> <79BD90E325154FD981F41A6CDF790C45@codalogic>
In-Reply-To: <79BD90E325154FD981F41A6CDF790C45@codalogic>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Provags-ID: V03:K0:Z8Cl9OicyeA4tuoNjL24eAN/tpxXPcMhI0A6NONUg783EsiKcg7 MJS9dQkz7/BSpfLxyh6THCOB1cf/b6Bh87YuJ6x1EZD45Tu/xJOzd9JjHd8l8+P30MOKs+I 4nLOpouLfKDixRW3Wys8q8pNa8GebZfZOJRXep5cZ+Krt/gwQNPzNmqqT8ZsiWxXn5CFQeH 93rr5m2LWxU2X+CVNKABg==
X-Mailman-Approved-At: Mon, 18 Nov 2013 08:29:52 -0800
Cc: IETF Discussion <ietf@ietf.org>, John Cowan <cowan@mercury.ccil.org>, "Henry S. Thompson" <ht@inf.ed.ac.uk>, JSON WG <json@ietf.org>, "\"Martin J. Dürst\"" <duerst@it.aoyama.ac.jp>, Anne van Kesteren <annevk@annevk.nl>, www-tag@w3.org, es-discuss <es-discuss@mozilla.org>
Subject: Re: [Json] BOMs (Was: Re: JSON: remove gap between Ecma-404 and IETF draft)
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: Mon, 18 Nov 2013 16:24:13 -0000

On 2013-11-18 17:08, Pete Cordell wrote:
> ----- Original Message From: "Tim Bray" <tbray@textuality.com>
>> This feels backward, because BOMs are actually useful for UTF-16 and
>> UTF-32, but essentially useless for UTF-8.
>
> Not useless if you're trying to tell the difference between a hand
> editted Windows cp-1252 (or whatever it's called) encoded text file and
> a UTF-8 encoded text file.

Ye.

> I don't think we need them for any other reason, but I think some
> international Windows users would be thankful if you allowed them for
> that case.

So I gather "non-international Windows" users never need non-ASCII 
characters? :-) (Yes, that explains lots of I18N brokenness originating 
from certain countries...)

Best regards, Julian