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

Carsten Bormann <cabo@tzi.org> Wed, 07 October 2020 04:19 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 B967B3A1040 for <tools-discuss@ietfa.amsl.com>; Tue, 6 Oct 2020 21:19:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 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] 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 JtvuTJTBa5ee for <tools-discuss@ietfa.amsl.com>; Tue, 6 Oct 2020 21:19:56 -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 692423A0FCE for <tools-discuss@ietf.org>; Tue, 6 Oct 2020 21:19:56 -0700 (PDT)
Received: from [192.168.217.118] (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 4C5h2238G5zyR3; Wed, 7 Oct 2020 06:19:54 +0200 (CEST)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Mao-Original-Outgoing-Id: 623737193.752697-1438d429ea74edfd46c9a219f27186ce
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
Date: Wed, 07 Oct 2020 06:19:53 +0200
Message-Id: <E01F5548-0729-4B27-98F2-CA7C19C37CF1@tzi.org>
To: Tools Team Discussion <tools-discuss@ietf.org>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/OA5GnYMSmfSwrpF4y_OKbeq1Dz4>
Subject: [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 04:19:59 -0000

[I was really trying to send this to rfc-interest, but that doesn’t seem to take.]


I’m trying to use the contact element:

<contact fullname="トヨタ自動車株式会社" asciiFullname="Toyota Jidosha KK"/>

works, but that is actually a bad transliteration.

What it really should say:

<contact fullname="トヨタ自動車株式会社" asciiFullname="Toyota Jidōsha KK"/>

But that transliteration is not entirely ASCII, so I get this error:

foo.xml(76): Error: Found non-ascii content in <contact> attribute value asciiFullname="Toyota Jidōsha KK"

Why do we allow Latin names in contact names, but if we have a non-Latin name, then the transcription suddenly needs to be ASCII, not just Latin?

Grüße, Carsten