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 3B8811F461 for ; Thu, 16 May 2019 20:27:38 +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=MwGLC 6et1gGPAA8deQVYKz1/h8vmXBFOnoyOkC4isVnqDJbEjPqxpLxMo8ESRqrzanKJW MQjIJShBd8rJsj1p7GCfv59PWfsNZQEtCqF+X4mAdDQXlTn759qgrzswWX/LvWQ1 +HxctJilenUDOfShqo1e2x7m1t9GEv1niM0HfE= 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=AU8UkO2c0rH ZB0uP0YFQHyDJKeU=; b=j+1kLrYc2fKVp7hk3zImX3/NlVKegIT7HryXipvw061 D5U3wSNoK7Late7vt2FX81vFqW4eiMcBs6OnXvz3QhgOPcrxatfgxfF+Zr53tvDj TKgO2z7IUXwVMs6XPw27uiuOz3j6Npl+UgFwkUFiU6c7KCeuN6zClVRhSGGVF03U = Received: (qmail 122894 invoked by alias); 16 May 2019 20:27:36 -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 122886 invoked by uid 89); 16 May 2019 20:27:35 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Thu, 16 May 2019 20:27:29 +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: <4a4026ce-a465-0f68-8c85-b410cdba8834@redhat.com> Message-ID: References: <56d46408-8314-aa01-91da-f8e32f2f56d1@redhat.com> <4a4026ce-a465-0f68-8c85-b410cdba8834@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: > Therefore I think all projects should just default to UTF-8 > encoded output for emails going to the list. If the email text contains something that is *not* UTF-8 (if the patch contains diffs to files that have some reason for being in another encoding) then it's probably best not to label the email as being in UTF-8. Otherwise, labelling it as UTF-8 makes sense (including if in fact it's in the ASCII subset of UTF-8). -- Joseph S. Myers joseph@codesourcery.com