From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c03jT-0006NC-AO for qemu-devel@nongnu.org; Fri, 28 Oct 2016 05:45:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c03jP-0005pl-9r for qemu-devel@nongnu.org; Fri, 28 Oct 2016 05:45:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36050) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c03jP-0005pB-4q for qemu-devel@nongnu.org; Fri, 28 Oct 2016 05:45:47 -0400 Message-ID: <1477647934.18229.2.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 28 Oct 2016 11:45:34 +0200 In-Reply-To: <87eg3050p2.fsf@dusky.pond.sub.org> References: <1477568774-4817-1-git-send-email-kraxel@redhat.com> <1477583747.9075.30.camel@redhat.com> <20161027155858.GA2508@var.bordeaux.inria.fr> <20161027163656.GA6263@var.home> <20161027170232.GD6263@var.home> <87mvhp55lj.fsf@dusky.pond.sub.org> <20161028074039.GN6263@var.home> <87eg3050p2.fsf@dusky.pond.sub.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] curses: build with -std=gnu99 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Samuel Thibault , Peter Maydell , QEMU Developers Hi, > Before we uglify our code to work around (egregious!) defects in certain > compilers, we should find out whether and where exactly these defects > exist, and whether it's worth targeting the defective compilers. Using iconv is on the table _anyway_, to properly support "-display curses,charset=3D$something", so using that for the cp437 table too actually simplifies things and avoids hard-coding tables using \uxxxx as side effect. cheers, Gerd