From owner-svn-src-all@FreeBSD.ORG Thu Aug 21 03:18:42 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 005963B6; Thu, 21 Aug 2014 03:18:41 +0000 (UTC) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0C9939D4; Thu, 21 Aug 2014 03:18:41 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id s7L3IZA9047248; Thu, 21 Aug 2014 12:18:37 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Thu, 21 Aug 2014 12:18:35 +0900 (JST) Message-Id: <20140821.121835.2221313819979273506.nyan@FreeBSD.org> To: se@freebsd.org Subject: Re: svn commit: r270229 - head/share/vt/keymaps From: TAKAHASHI Yoshihiro In-Reply-To: <201408201700.s7KH0lrH005686@svn.freebsd.org> References: <201408201700.s7KH0lrH005686@svn.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 03:18:42 -0000 In article <201408201700.s7KH0lrH005686@svn.freebsd.org> Stefan Esser writes: > Log: > Another rpund of fixes, after checking keymaps for plausibility and with > several updates to the converter tools. There is now support for hybrid > source keymaps, which e.g. use ISO8859-1 (not -15) but still provide an > Euro key (on the "E" key). ISO8859-1 currency symbols on other keys are > still converted to that character, not the Euro sign. A similar hack was > applied to the Japanese keyboards to add the Yen key, that could not be > expressed in SYSCONS. PC98 keyboards don't have a backslash key, so we use the Yen key instead. Please back it out of pc98 part. --- TAKAHASHI Yoshihiro