From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 8ADD3384D1BC for ; Fri, 24 Jun 2022 19:26:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8ADD3384D1BC Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.92,220,1650960000"; d="scan'208";a="77819597" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 24 Jun 2022 11:26:19 -0800 IronPort-SDR: CnhqC6sT5Qmbns/yTZk/lYZ9816xDHlEyNmEKICH620rJqGHUAw+fsr6BnwGTch/mAu67HcsCs na+RME6Innqy320JPwrl4Ju8MuG77Hh5NKxH9ufDnqgJjDBfi67RJ22B+fO7wyp1WOF71Scbpy NdW9ujANKv3ZUwfrhO2/gDqvr0xCRP+rSExCSmpXd/SecEAeLpMacMLxKX352VpIbOqq1Rox6P 2OpReLLKP27V7O8m2zaQjj4TZaNDZL4Tl+9wa+qfE/N+jcFiwCwAbD5SstRYCQtLs4YHW5PLJZ 5tc= Date: Fri, 24 Jun 2022 19:26:14 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: David Malcolm CC: Lewis Hyatt , Subject: Re: [PATCH] libcpp: Update cpp_wcwidth() to Unicode 14.0.0 In-Reply-To: <2bf3f5270abb8c42f035f33615157af8a81d2ca9.camel@redhat.com> Message-ID: References: <20220606214957.GA58074@ldh-imac.local> <2bf3f5270abb8c42f035f33615157af8a81d2ca9.camel@redhat.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3112.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2022 19:26:23 -0000 On Fri, 24 Jun 2022, David Malcolm via Gcc-patches wrote: > > BTW, is this something simple enough I should just commit it without > > bugging > > the list for approval? > > The patch seems reasonable to me, but Joseph seems to be the expert on > i18n-related matters. > > Joseph, do we have a policy on this? I don't think we have a policy on Unicode updates specifically, but the general principle for updating files maintained outside GCC and copied verbatim into the GCC sources doesn't require prior approval. (Note that Unicode data is also used to generate ucnid.h - data for Unicode characters in identifiers - we should probably also include DerivedNormalizationProps.txt and DerivedCoreProperties.txt in the checked-in Unicode data for that purpose.) -- Joseph S. Myers joseph@codesourcery.com