From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D4A121F461 for ; Thu, 16 May 2019 21:06:04 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=chuJx q+GFh6+lrZL1i6IpnBVBhfcn3rfR1PPZXvuPw1ssZvYjDXwYXITM3+5i42QfmFhr wQ1GXzzntCzX3dXDbtRO0i9/d/NfYRONqwdUJWrpZ42yjKa1cMKLh+bdsp3vaV7U Gt6SQURujzaElIhjLfvJeQrdLQ1eQgC6a40fTc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=diZhLPW7Xrf +PG43VSt+GeZ6ZQo=; b=QoBALRcsSQIPp+0SDmXuT96O7KL20mr04nqtZgXFobF H4WRfnd0wrtdozF+69QZL3uzKMxBnkrZqx/ha0QBSNW/RoIh8WfRaYVhBVq0DY02 Ensh8vjVbn2G3cwJi+wKKBIMIsS4QsP4AT+KHxnYejYQb8SLX1g7nghROGZNFepc = Received: (qmail 61571 invoked by alias); 16 May 2019 21:06:03 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 61560 invoked by uid 89); 16 May 2019 21:06:02 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Thu, 16 May 2019 21:05:56 +0000 From: Joseph Myers To: Carlos O'Donell CC: libc-alpha , Mark Wielaard , Nick Clifton , Jeff Law , "Frank Ch. Eigler" , Pedro Alves , Florian Weimer Subject: Re: glibc git commit hooks update. In-Reply-To: <93e83472-dd2c-8b46-2d8f-10c1e53708f6@redhat.com> Message-ID: References: <56d46408-8314-aa01-91da-f8e32f2f56d1@redhat.com> <4a4026ce-a465-0f68-8c85-b410cdba8834@redhat.com> <93e83472-dd2c-8b46-2d8f-10c1e53708f6@redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Thu, 16 May 2019, Carlos O'Donell wrote: > In summary the rules would look like this: > > - Attempt a UTF-8 encoding. > - Fail? Send it out as ISO-8859-1. > - Pass? Send it out as UTF-8. Yes, that seems right. -- Joseph S. Myers joseph@codesourcery.com