Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755229AbbLGJSp (ORCPT ); Mon, 7 Dec 2015 04:18:45 -0500 Received: from mail-oi0-f49.google.com ([209.85.218.49]:34908 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755019AbbLGJSn convert rfc822-to-8bit (ORCPT ); Mon, 7 Dec 2015 04:18:43 -0500 MIME-Version: 1.0 In-Reply-To: References: <20151201172001.GA22011@ZenIV.linux.org.uk> Date: Mon, 7 Dec 2015 10:18:41 +0100 X-Google-Sender-Auth: ZBeCv64IGL9wOJZdOUYm9B0N7O0 Message-ID: Subject: Re: Non-ascii mantainers From: Geert Uytterhoeven To: Michal Suchanek Cc: Al Viro , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2241 Lines: 59 Hi Michael, On Tue, Dec 1, 2015 at 6:27 PM, Michal Suchanek wrote: > On 1 December 2015 at 18:20, Al Viro wrote: >> On Tue, Dec 01, 2015 at 06:10:29PM +0100, Michal Suchanek wrote: >>> there are non-ascii characters in output of scripts/get_maintainer.pl >>> >>> If output of said script is used as --to in git format-patch the patch >>> is rejected by this list. >> >> Try to reproduce that in a UTF8 locale... > > I am using UTF-8 locale since ages. > > The characters show correctly in my terminal. I have no problem with > that. The e-mail is then just rejected by the list server. > > I don't really care if the maintainers are encoded or whatever. > However, neither get_maintainers nor git format-patch encodes them and > the listserver rejects them when not encoded. I always pass the --to and --cc to git send-email, not to format-patch, and that works: git send-email \ --to "Måns Rullgård " \ --to "David S. Miller " \ --cc "netdev@vger.kernel.org" \ --cc "linux-kernel@vger.kernel.org" \ *00* becomes: From: Geert Uytterhoeven To: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= , "David S. Miller" Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] ethernet: aurora: AURORA_NB8800 should depend on HAS_DMA Date: Mon, 7 Dec 2015 10:09:06 +0100 Message-Id: <1449479346-32601-1-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 1.9.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/