From owner-freebsd-bugs Sat Dec 20 06:01:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18059 for bugs-outgoing; Sat, 20 Dec 1997 06:01:51 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18048 for ; Sat, 20 Dec 1997 06:01:45 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from panke.panke.de (anonymous213.ppp.cs.tu-berlin.de [130.149.17.213]) by mail.cs.tu-berlin.de (8.8.6/8.8.8) with ESMTP id OAA15873; Sat, 20 Dec 1997 14:59:28 +0100 (MET) Received: (from wosch@localhost) by panke.panke.de (8.8.5/8.6.12) id OAA00729; Sat, 20 Dec 1997 14:57:58 +0100 (MET) To: Goris Davy Cc: "'freebsd-bugs@FreeBSD.org'" Subject: Re: Bug in Belgian Keyboard References: From: Wolfram Schneider Date: 20 Dec 1997 14:57:55 +0100 In-Reply-To: Goris Davy's message of Thu, 18 Dec 1997 16:49:17 +0100 Message-ID: Lines: 51 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Already fixed in -current. src/share/syscons/keymaps/be.iso.kbd ---------------------------- revision 1.4 date: 1997/06/14 22:26:52; author: ache; state: Exp; lines: +17 -17 Belgian keyboard fixes Submitted by: bovynf@awe.be Goris Davy writes: > There is a bug in the belgian keyboard file in (at least) the following > FreeBSD releases : > 2.2.1, 2.2.2, 2.2.5. > > > There are 2 problems with it : > 1) "<" and ">" are changed > 2) "!" is replaced by "|" > > > We corrected the file "be.iso.kbd", and it worked (really :-) > > Here's the output from `diff be.iso.kbd be.iso.kbd.ORIGINAL` : > (note : the file with extension ORIGINAL is the old, incorrect version) > > > > >14c14 > >< 009 '!' '8' nop nop '!' '8' nop nop O > >--- > >> 009 '|' '8' nop nop '|' '8' nop nop O > >91c91 > >< 086 '<' '>' nop nop '\' '\' nop nop O > >--- > >> 086 '>' '<' nop nop '\' '\' nop nop O > > > > And of course : congratulations with your extending product, keep up the > good work, etc... > > > Sincerely, > Davy Goris > davy.goris@ordab.com > > -- Wolfram Schneider http://www.freebsd.org/~wosch/