From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G85pN-0001ma-7w for qemu-devel@nongnu.org; Tue, 01 Aug 2006 21:47:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G85pL-0001kw-KJ for qemu-devel@nongnu.org; Tue, 01 Aug 2006 21:47:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G85pL-0001kk-DP for qemu-devel@nongnu.org; Tue, 01 Aug 2006 21:47:15 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G85sL-00048G-TU for qemu-devel@nongnu.org; Tue, 01 Aug 2006 21:50:22 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G85p4-0005H1-Dv for qemu-devel@nongnu.org; Wed, 02 Aug 2006 03:46:58 +0200 Received: from cpe-70-112-29-108.austin.res.rr.com ([70.112.29.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Aug 2006 03:46:58 +0200 Received: from anthony by cpe-70-112-29-108.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Aug 2006 03:46:58 +0200 From: Anthony Liguori Date: Tue, 01 Aug 2006 20:46:13 -0500 Message-ID: References: <83a4d4ca0608011722k66a5ecaag1cf147a035c16e1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: AltGr keystrokes Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, 02 Aug 2006 02:22:44 +0200, Edu wrote: > Hi, > > I also have issues with extended characters in my keyboard layout when > using VNC. Part of them seem to be caused by sign extension in function > read_u32 from vnc.c, which should not be done. You're right, I'll submit a patch to fix that. Let me know if it helps. Regards, Anthony Liguori > I need to do some more testing, though. > > Eduardo Felipe