From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932424AbbCDPcQ (ORCPT ); Wed, 4 Mar 2015 10:32:16 -0500 Received: from mail-pd0-f169.google.com ([209.85.192.169]:35842 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759083AbbCDPcM (ORCPT ); Wed, 4 Mar 2015 10:32:12 -0500 Message-ID: <54F72579.8080903@m4x.org> Date: Wed, 04 Mar 2015 23:32:09 +0800 From: Nicolas Iooss User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Geert Uytterhoeven , Jiri Kosina CC: "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] MAINTAINERS: fix UTF-8 encoding References: <1425479927-6769-1-git-send-email-nicolas.iooss_linux@m4x.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/04/2015 11:21 PM, Geert Uytterhoeven wrote: > On Wed, Mar 4, 2015 at 4:02 PM, Jiri Kosina wrote: >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -725,7 +725,7 @@ F: staging/iio/trigger/iio-trig-bfin-timer.c >>> >>> ANDROID DRIVERS >>> M: Greg Kroah-Hartman >>> -M: Arve Hj?nnev?g >>> +M: Arve Hj??nnev??g >> >> I don't really call that an improvement. >> >> The patch was sent as >> >> Content-Type: text/plain; charset=y >> >> 'charset=y' (a) doesn't make any sense whatsoever (b) directly contradicts >> the intent of the patch. > > Just another case of user answering all git questions with "y". > Been there, done that. Will be handled in git soon > http://www.spinics.net/lists/git/msg246024.html > Thanks for telling me what I did wrong. I confirm I did what you described, I still have the terminal open with the 2 questions git asked me: $ git send-email --to trivial@kernel.org --cc linux-kernel@vger.kernel.org 0001-MAINTAINERS-fix-UTF-8-encoding.patch 0001-MAINTAINERS-fix-UTF-8-encoding.patch The following files are 8bit, but do not declare a Content-Transfer-Encoding. 0001-MAINTAINERS-fix-UTF-8-encoding.patch Which 8bit encoding should I declare [UTF-8]? y (mbox) Adding cc: Nicolas Iooss from line 'From: Nicolas Iooss ' (body) Adding cc: Nicolas Iooss from line 'Signed-off-by: Nicolas Iooss ' From: Nicolas Iooss To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, Nicolas Iooss Subject: [PATCH] MAINTAINERS: fix UTF-8 encoding Date: Wed, 4 Mar 2015 22:38:47 +0800 Message-Id: <1425479927-6769-1-git-send-email-nicolas.iooss_linux@m4x.org> X-Mailer: git-send-email 2.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit Send this email? ([y]es|[n]o|[q]uit|[a]ll): y It is quite misleading to have both a "non-y" and a "yes/no" answer. Now that I know this, I will try not to do the same error the next times I send patches with both UTF-8 and iso-8859-15 characters. Should I send the patch again with proper encoding? Nicolas