From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Foreign keyboard layout MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-kjwodzdwcbyuwovchpkaxdogtg" Message-Id: <20010927010531.CDC87199E4@mail.cse.psu.edu> Date: Wed, 26 Sep 2001 21:05:29 -0400 Topicbox-Message-UUID: f521bf02-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-kjwodzdwcbyuwovchpkaxdogtg Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit hence the comment in kbd.c: KF= 0xF000, /* function key (begin Unicode private space) */ my comment was more that looking at the code i think nothing really depends on Spec being 0x80 and it could just as easily be 0xF000. --upas-kjwodzdwcbyuwovchpkaxdogtg Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Wed Sep 26 19:02:34 EDT 2001 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Wed Sep 26 19:02:33 EDT 2001 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 8F74619A72; Wed, 26 Sep 2001 19:02:12 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from smtp.noos.fr (camus.noos.net [212.198.2.70]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 7550F19A0C for <9fans@cse.psu.edu>; Wed, 26 Sep 2001 19:01:49 -0400 (EDT) Received: (qmail 67195948 invoked by uid 0); 26 Sep 2001 23:01:48 -0000 Received: from unknown (HELO SOMA) ([212.198.185.162]) (envelope-sender ) by 212.198.2.70 (qmail-ldap-1.03) with SMTP for <9fans@cse.psu.edu>; 26 Sep 2001 23:01:48 -0000 Message-ID: <01a401c146de$c989f470$a2b9c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20010926224522.45B9919A31@mail.cse.psu.edu> Subject: Re: [9fans] Foreign keyboard layout MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 27 Sep 2001 00:58:41 +0200 > i think you can safely ,s/Spec/KF/g and the > keyboard driver will still work, without > any 0x80 bits. brucee tells me: # Runes for special purposes (0xe800-0xfdff is Private Use Area) --upas-kjwodzdwcbyuwovchpkaxdogtg--