Re: Status of RFC 20 (was: Re: Gen-ART and OPS-Dir review of draft-ietf-json-text-sequence-09)

John C Klensin <john-ietf@jck.com> Thu, 18 December 2014 16:18 UTC

Return-Path: <john-ietf@jck.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2DA491A1AC2 for <ietf@ietfa.amsl.com>; Thu, 18 Dec 2014 08:18:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.61
X-Spam-Level:
X-Spam-Status: No, score=-2.61 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66yhAMJO-SdO for <ietf@ietfa.amsl.com>; Thu, 18 Dec 2014 08:18:10 -0800 (PST)
Received: from bsa2.jck.com (ns.jck.com [70.88.254.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 66F091A8ADA for <ietf@ietf.org>; Thu, 18 Dec 2014 08:17:42 -0800 (PST)
Received: from h8.int.jck.com ([198.252.137.35] helo=JcK-HP8200.jck.com) by bsa2.jck.com with esmtp (Exim 4.82 (FreeBSD)) (envelope-from <john-ietf@jck.com>) id 1Y1dlc-000388-8W; Thu, 18 Dec 2014 11:17:32 -0500
Date: Thu, 18 Dec 2014 11:17:27 -0500
From: John C Klensin <john-ietf@jck.com>
To: ned+ietf@mauve.mrochek.com, Julian Reschke <julian.reschke@gmx.de>
Subject: Re: Status of RFC 20 (was: Re: Gen-ART and OPS-Dir review of draft-ietf-json-text-sequence-09)
Message-ID: <08FCA6DE9DF04727539FF88A@JcK-HP8200.jck.com>
In-Reply-To: <01PG94604LNK00005K@mauve.mrochek.com>
References: <20141206170611.39377.qmail@ary.lan> <54833B14.7010104@cs.tcd.ie> <CAC4RtVC=yJs1p8Ei2AFSfSiqo9OwXkWhioXPWYU_JKRCSo0VKw@mail.gmail.com> <5492E1B1.2040600@gmx.de> <01PG94604LNK00005K@mauve.mrochek.com>
X-Mailer: Mulberry/4.0.8 (Win32)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-SA-Exim-Connect-IP: 198.252.137.35
X-SA-Exim-Mail-From: john-ietf@jck.com
X-SA-Exim-Scanned: No (on bsa2.jck.com); SAEximRunCond expanded to false
Archived-At: http://mailarchive.ietf.org/arch/msg/ietf/RbGHye3uPySmuCtct8HnmRRqaLk
Cc: Barry Leiba <barryleiba@computer.org>, John Levine <johnl@taugh.com>, IETF discussion list <ietf@ietf.org>, Stewart Bryant <stbryant@cisco.com>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Dec 2014 16:18:12 -0000

+1 to Ned's explanation.  His note crossed mine in the posting
queue and basically address different parts of the issue.
However, one mini-correction that, IMO, just strengthens both of
our points...

--On Thursday, December 18, 2014 07:22 -0800
ned+ietf@mauve.mrochek.com wrote:

>...
> But instead we ended up with multiple CESs, which were either
> profiled subsets
> of ISO 2022 or schemes where the hi bit was essentially a CCS
> flag. It's much
> more straightforward to handle such things as charsets, so
> that's what we did.
> 
> See RFC 2978 for additional details.
> 
>> So does RFC 20 define a CES as well?
> 
> No. Of course there's an obvious CES to associate with it: The
> mapping of the
> 128 integer values it defines to octets with the same value.
> Do that and you
> essentially have the US-ASCII charset.

Actually, RFC 20 says, in its very first sentence, "...standard
7-bit ASCII embedded in an 8 bit byte whose high order bit is
always 0".   Unless I'm missing something, that is a mapping
from a CCS (although ASCII defined those integers in Column/Row
form rather than as single integers) and a CES.  So, possibly
modulo references to different versions of ASCII (I don't have
time to check whether the Charset definition for US-ASCII points
to the same version of US-ASCII that RFC 20 does), RFC 20 and
US-ASCII are more than just "essentially" the same".  

    john