Re: [Tools-discuss] <contact/>: asciiFullname should be latinFullname

Carsten Bormann <cabo@tzi.org> Wed, 07 October 2020 14:32 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 631653A0A84 for <tools-discuss@ietfa.amsl.com>; Wed, 7 Oct 2020 07:32:06 -0700 (PDT)
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_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 lQXjGih1VhKP for <tools-discuss@ietfa.amsl.com>; Wed, 7 Oct 2020 07:32:04 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0ADDA3A0A53 for <tools-discuss@ietf.org>; Wed, 7 Oct 2020 07:32:03 -0700 (PDT)
Received: from [192.168.217.124] (p548dcc60.dip0.t-ipconnect.de [84.141.204.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4C5xcL1FSqzyXN; Wed, 7 Oct 2020 16:32:02 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <85fa7fbd-ffc1-b8c6-ddaf-c48119b530b1@gmx.de>
Date: Wed, 07 Oct 2020 16:32:01 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 623773921.623385-7d39407c2a1c8530053b29712b1b216f
Content-Transfer-Encoding: quoted-printable
Message-Id: <99A6F972-B807-4464-B4BD-F9B8E50C311A@tzi.org>
References: <E01F5548-0729-4B27-98F2-CA7C19C37CF1@tzi.org> <632bd17a-0989-6fa9-4147-e54c00a657f2@levkowetz.com> <85fa7fbd-ffc1-b8c6-ddaf-c48119b530b1@gmx.de>
To: Julian Reschke <julian.reschke@gmx.de>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/oDkoRo2INDs3VXaykiL8Cx_Y8p4>
Subject: Re: [Tools-discuss] <contact/>: asciiFullname should be latinFullname
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 07 Oct 2020 14:32:06 -0000

On 2020-10-07, at 16:20, Julian Reschke <julian.reschke@gmx.de> wrote:
> 
>> The original specification was strict ASCII.  (...)
> 
> Pointer?

RFC 7991 Section 2.7.1-.3 (and a ton of “ascii” attributes patched into other places) says “ASCII”.  Not “strict ASCII”, but I don’t know the difference between the two.  RFC 7997 says ASCII or ASCII-only when it really is talking about “accessible to a reader familiar with the Latin writing system” (except maybe for Section 3.4); that is exactly the bug that I’m trying to address.

Of course, the Relax-NG in RFC 7991 doesn’t enforce that textual mandate, so no schema change is needed to fix this bug.

Grüße, Carsten