From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmwtq-0001f4-Ow for qemu-devel@nongnu.org; Thu, 22 Sep 2016 01:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmwtm-0008PZ-RL for qemu-devel@nongnu.org; Thu, 22 Sep 2016 01:50:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmwtm-0008PT-LA for qemu-devel@nongnu.org; Thu, 22 Sep 2016 01:50:18 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F38B863E0A for ; Thu, 22 Sep 2016 05:50:16 +0000 (UTC) Message-ID: <1474523415.26524.1.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 22 Sep 2016 07:50:15 +0200 In-Reply-To: <394adf8f-9fef-a7b9-9bcd-ca719871012d@redhat.com> References: <394adf8f-9fef-a7b9-9bcd-ca719871012d@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] Missing fix for ui/gtk.c? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wei Huang Cc: qemu-devel@nongnu.org, kwolf@redhat.com On Mi, 2016-09-21 at 11:33 -0500, Wei Huang wrote: > Hi, >=20 > I found that you had a fix for setlocale() in ui/gtk.c. Without it, > non-ASCII can't display correctly on Fedora 24. But I didn't see it in > QEMU tree. Did it slip through the cracks? Problem is setting the locale has side effects elsewhere in qemu ... cheers, Gerd