Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New xml2rfc release: v3.16.0
John C Klensin <john-ietf@jck.com> Thu, 19 January 2023 22:49 UTC
Return-Path: <john-ietf@jck.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 424FAC14F721; Thu, 19 Jan 2023 14:49:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sHe0CTPn-umz; Thu, 19 Jan 2023 14:49:36 -0800 (PST)
Received: from bsa2.jck.com (bsa2.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 B6393C14F726; Thu, 19 Jan 2023 14:49:35 -0800 (PST)
Received: from [198.252.137.10] (helo=PSB) by bsa2.jck.com with esmtp (Exim 4.82 (FreeBSD)) (envelope-from <john-ietf@jck.com>) id 1pIdit-000DkI-IU; Thu, 19 Jan 2023 17:49:31 -0500
Date: Thu, 19 Jan 2023 17:49:24 -0500
From: John C Klensin <john-ietf@jck.com>
To: Carsten Bormann <cabo@tzi.org>, Marc Petit-Huguenin <marc@petit-huguenin.org>
cc: xml2rfc@ietf.org, tools-discuss <tools-discuss@ietf.org>
Message-ID: <0208735A97AFC7D999F13FD7@PSB>
In-Reply-To: <FD030B37-6910-4E8D-8C03-2CF14B4A2CA9@tzi.org>
References: <CAD2=Z87EMetcpv66YY_b2+X1-yFy4cTpKMjPoJL=cH99c7P_Uw@mail.gmail.com> <9d719176-a4eb-7cce-e706-10325700531c@petit-huguenin.org> <F1A5624B-16D0-4463-AC5F-B0A03F3B94B6@ietf.org> <8f5a497e-4135-7c0c-46cb-c3fe4791e9f3@petit-huguenin.org> <3B53040D-9B5F-4410-9029-459729ADFDF8@ietf.org> <7d532a76-c750-8cb6-fc86-f6242da2bc77@petit-huguenin.org> <27182BDD-899E-4238-9DF8-7AE3E0F0C18F@akamai.com> <11a20f42-4fe6-8d8d-1d76-54049d0bdb68@petit-huguenin.org> <6179D431-EC33-49B9-A793-805E926C1050@akamai.com> <6d55cf67-1ce2-8094-dda4-ab877ac2a1d7@petit-huguenin.org> <FD030B37-6910-4E8D-8C03-2CF14B4A2CA9@tzi.org>
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.10
X-SA-Exim-Mail-From: john-ietf@jck.com
X-SA-Exim-Scanned: No (on bsa2.jck.com); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/zV5O3R4iLYJ8-oLaEPb026GFMHw>
Subject: Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New xml2rfc release: v3.16.0
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: XML2RFC discussion list <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 19 Jan 2023 22:49:41 -0000
--On Thursday, January 19, 2023 22:01 +0100 Carsten Bormann <cabo@tzi.org> wrote: > On 2023-01-19, at 21:46, Marc Petit-Huguenin > <marc@petit-huguenin.org> wrote: >> >> Because what I find to be problematic is allowing Unicode >> everywhere. > > We already allow Unicode everywhere (all that ASCII is > Unicode, too). > > It's only that some of the Unicode characters are shunned in > certain contexts (and these aren't even exactly the > non-ASCII characters). > > This discussion would be easier to take serious if we could at > least get the terminology right. Carsten, I'm feeling forced into the uncomfortable role of picker of nits. However, strictly speaking, "all that ASCII is Unicode, too", is not strictly true either. For starters, ASCII is a seven-bit encoding, not an eight bit or longer one. It is certainly the case that the Unicode characters from U+0021 through U+007E correspond to the "printable" ASCII characters designated in the ASCII standard as 2/1 through 7/14 and that, with, IIR, slight differences in definitions, the so-called C0 controls plus SP (U+0020) and DEL (U+007F) correspondence as well. Expressed in Hex UTF-8, the ASCII characters have the same numeric values as the corresponding Unicode characters if the ASCII ones are represented as right-justified in octets (not the only plausible or historically important representation). But that does not make them the same, especially if UTF-8 is a preference and not a requirement. And, of course, in UTF-16 or UTF-32 (both perfectly good Unicode representations), the characters that corresponding to ASCII occupy 16 or 32 bits respectively with many leading zero bits. I now return you to the usual hair-splitting. john
- [xml2rfc] New xml2rfc release: v3.16.0 Kesara Rathnayake
- Re: [xml2rfc] [Tools-discuss] New xml2rfc release… Marc Petit-Huguenin
- Re: [xml2rfc] [Rfc-markdown] [Tools-discuss] New … Jay Daley
- Re: [xml2rfc] [Tools-discuss] New xml2rfc release… Jean Mahoney
- Re: [xml2rfc] [Ext] [Rfc-markdown] [Tools-discuss… Paul Hoffman
- Re: [xml2rfc] [Tools-discuss] New xml2rfc release… Carsten Bormann
- Re: [xml2rfc] [Rfc-markdown] [Tools-discuss] New … Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] New xml2rfc release… Marc Petit-Huguenin
- Re: [xml2rfc] [Ext] [Rfc-markdown] [Tools-discuss… Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] New xml2rfc release… Marc Petit-Huguenin
- Re: [xml2rfc] [Rfc-markdown] [Tools-discuss] New … Jay Daley
- Re: [xml2rfc] [Rfc-markdown] [Tools-discuss] New … Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Salz, Rich
- Re: [xml2rfc] [Ext] [Rfc-markdown] [Tools-discuss… Brian E Carpenter
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Salz, Rich
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Jay Daley
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Carsten Bormann
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … John C Klensin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Brian E Carpenter
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … John C Klensin
- Re: [xml2rfc] [Ext] [Rfc-markdown] [Tools-discuss… Martin J. Dürst
- Re: [xml2rfc] [xml2rfc-dev] [Tools-discuss] New x… Martin J. Dürst
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Martin J. Dürst
- Re: [xml2rfc] [Rfc-markdown] [Tools-discuss] New … Martin J. Dürst
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Martin J. Dürst
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Martin J. Dürst
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Martin J. Dürst
- [xml2rfc] Evolving <u (Re: [Tools-discuss] [Rfc-m… Carsten Bormann
- Re: [xml2rfc] Evolving <u (Re: [Tools-discuss] [R… Julian Reschke
- Re: [xml2rfc] Evolving <u (Re: [Tools-discuss] [R… Martin J. Dürst
- Re: [xml2rfc] [Ext] [Rfc-markdown] [Tools-discuss… Marc Petit-Huguenin
- Re: [xml2rfc] [Rfc-markdown] [Tools-discuss] New … Marc Petit-Huguenin
- Re: [xml2rfc] [xml2rfc-dev] [Tools-discuss] New x… Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Carsten Bormann
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Carsten Bormann
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Marc Petit-Huguenin
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Brian E Carpenter
- Re: [xml2rfc] [xml2rfc-dev] [Tools-discuss] New x… Martin J. Dürst
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] New … Martin J. Dürst
- Re: [xml2rfc] [Tools-discuss] [Rfc-markdown] Move… Martin J. Dürst
- [xml2rfc] Evolving RFC 7997 (Re: [Tools-discuss] … Carsten Bormann
- Re: [xml2rfc] Evolving RFC 7997 (Re: [Tools-discu… Martin J. Dürst