From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkBsF-0007CQ-TD for qemu-devel@nongnu.org; Thu, 17 Jan 2019 12:54:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkBsF-0004o0-7w for qemu-devel@nongnu.org; Thu, 17 Jan 2019 12:54:39 -0500 References: <20190117161355.18204-1-philmd@redhat.com> From: Paolo Bonzini Message-ID: <4549a7e4-2ef2-6a53-1b06-cb89913b6d06@redhat.com> Date: Thu, 17 Jan 2019 18:54:25 +0100 MIME-Version: 1.0 In-Reply-To: <20190117161355.18204-1-philmd@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Fix utf-8 mangling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, =?UTF-8?Q?Alex_Benn=c3=a9e?= On 17/01/19 17:13, Philippe Mathieu-Daud=C3=A9 wrote: > Patch incorrectly applied as 15ffb43cbf4. >=20 > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > Paolo can this be a patchew bug? I tried reapplying the patch and it didn't have the issue, so it should be fine. Unicode is hard... Paolo > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index af339b86db..fd3d4de3fa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1639,7 +1639,7 @@ F: include/hw/display/edid.h > F: qemu-edid.c > =20 > Firmware configuration (fw_cfg) > -M: Philippe Mathieu-Daud=C3=83=C2=A9 > +M: Philippe Mathieu-Daud=C3=A9 > R: Laszlo Ersek > R: Gerd Hoffmann > S: Supported >=20