From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3622 invoked by alias); 3 Oct 2011 11:29:26 -0000 Received: (qmail 3604 invoked by uid 22791); 3 Oct 2011 11:29:25 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fmmailgate02.web.de (HELO fmmailgate02.web.de) (217.72.192.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Oct 2011 11:29:11 +0000 Received: from smtp04.web.de ( [172.20.0.225]) by fmmailgate02.web.de (Postfix) with ESMTP id 754E91AEB9576; Mon, 3 Oct 2011 13:29:10 +0200 (CEST) Received: from [84.150.143.118] (helo=lp21723) by smtp04.web.de with esmtp (WEB.DE 4.110 #2) id 1RAghn-0007Tm-00; Mon, 03 Oct 2011 13:29:07 +0200 From: "Paul Maier" To: "'cygwin-xfree'" Cc: "'Jon TURNEY'" References: <006301cc4fb3$2696d060$73c47120$@de> <4E36BED6.3070102@dronecode.org.uk> <000001cc5085$6b711fb0$42535f10$@de> <4E3949E0.6090306@dronecode.org.uk> <000001cc524d$3b4db6d0$b1e92470$@de> <4E40016D.2080801@dronecode.org.uk> <001c01cc5621$4ae653e0$e0b2fba0$@de> <4E4275B4.9090906@dronecode.org.uk> <000901cc58bb$d66bcf20$83436d60$@de> <4E4A6C4E.8010109@dronecode.org.uk> In-Reply-To: <4E4A6C4E.8010109@dronecode.org.uk> Subject: AW: AW: 'de' keyboard layout issues Date: Mon, 03 Oct 2011 11:29:00 -0000 Message-ID: <001101cc81bf$8151f370$83f5da50$@de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0012_01CC81D0.44DAC370" X-Sender: svn-user@web.de X-IsSubscribed: yes Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2011-10/txt/msg00002.txt.bz2 ------=_NextPart_000_0012_01CC81D0.44DAC370 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 786 > > In Windows, all blind keys followed by a space result in that character. > > Same in XWin, but with one exception: > > dead-=B4 plus space gives ' instead of =B4. > > > > Please check out my patch for that. > [...] for files /usr/share/x11/locale/iso8859-1/Compose and /usr/share/x11/locale/iso8859-15/Compose. >=20 > This patch makes sense to me, but doesn't seem to go far enough. Since t= he > compose sequences are selected by the locale, this fixes things if > LANG=3Dde_DE.iso8859-1 or LANG=3Dde_DE.iso8859-15, but not if LANG=3Dde_D= E.UTF-8. >=20 > I'll try to take another look when I'm back from my holiday :-) Hi Jon, agreed, my patch is a partial solution. Is there an issue tracker in use, where we can put my patch and the idea be= hind it? Regards, Paul ------=_NextPart_000_0012_01CC81D0.44DAC370 Content-Type: application/octet-stream; name="Compose.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Compose.patch" Content-length: 571 diff -u orig//Compose new//Compose=0A= --- orig//Compose 2010-02-10 01:49:25.001000000 +0100=0A= +++ new//Compose 2011-08-11 23:27:39.752691500 +0200=0A= @@ -392,7 +392,7 @@=0A= : "`" grave=0A= : "`" grave=0A= # These are for us_intl, that does not have diaeresis, etc=0A= - : "'" apostrophe=0A= + : "\264" acute=0A= : "\264" acute=0A= : "\"" quotedbl=0A= : "\250" diaeresis=0A= =0A= ------=_NextPart_000_0012_01CC81D0.44DAC370 Content-Type: text/plain; charset=us-ascii Content-length: 223 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ ------=_NextPart_000_0012_01CC81D0.44DAC370--