From owner-svn-src-head@FreeBSD.ORG Sun Aug 17 21:07:22 2014 Return-Path: Delivered-To: svn-src-head@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 30C96B8E for ; Sun, 17 Aug 2014 21:07:22 +0000 (UTC) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA1133272 for ; Sun, 17 Aug 2014 21:07:20 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id mc6so3807396lab.6 for ; Sun, 17 Aug 2014 14:07:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=4Bk3E3n3CpS3IVDEJyhG0gAq1oIxpTg/V9I8q5z9mBw=; b=LKGNwAy5g9HIA4Wp8l+pEnJFCdl+q6Nod0CGz1vo+/O7VhgIiCly/Zt9s8VODpO1i5 jMqeGIghYZa4cwDoVG5hvANsiBFUvTvYbYMgvkSV/kNPuGOobEEvlgHDzRd9KKRE3JBu h2Iw2CPmN9NTI5JuShz/LvuI8+urTYCZKIO/gfSVfd4a8DbvzDvfkUqBT0nLmJ4pyV7U orkyl+i6fqNMVp1mVE0WuiQ/em8Z78WXOpt3aeyKJpxs2N2bgKbjM/i2peJK11eVKSzt e7t8uSlaflOIUuMLVoz/SP3h1AIkip1Pma9C3PZJ9GlOMmDRkOXTWuu/GUMlYnbmFQLx ysRQ== X-Gm-Message-State: ALoCoQkPjr1EsEfkfNUKS+/5o9cBwkNyq+TkQlXyRpq6zWAycu/31C7VGlJIQ5tSM4tkvtaRmo6r X-Received: by 10.112.242.162 with SMTP id wr2mr24074823lbc.10.1408309633525; Sun, 17 Aug 2014 14:07:13 -0700 (PDT) Received: from raynote.ddteam.net (116-69-133-95.pool.ukrtel.net. [95.133.69.116]) by mx.google.com with ESMTPSA id yn1sm23875431lbb.25.2014.08.17.14.07.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 Aug 2014 14:07:12 -0700 (PDT) Date: Mon, 18 Aug 2014 00:04:58 +0300 From: Aleksandr Rybalko To: Stefan Esser Subject: Re: svn commit: r270114 - head/share/vt/keymaps Message-Id: <20140818000458.6eac42a440660464a7db525e@ddteam.net> In-Reply-To: <201408171954.s7HJsLmX099240@svn.freebsd.org> References: <201408171954.s7HJsLmX099240@svn.freebsd.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 21:07:22 -0000 On Sun, 17 Aug 2014 19:54:21 +0000 (UTC) Stefan Esser wrote: > Author: se > Date: Sun Aug 17 19:54:21 2014 > New Revision: 270114 > URL: http://svnweb.freebsd.org/changeset/base/270114 > > Log: > Attempt at converting the SYSCONS keymaps to Unicode for use with NEWCONS. > I have spent many hours comparing source and destination formats, and hope > to have caught the most severe conversion errors. > > Files were converted with a Perl script which I'll shortly commit to the > tools directory. This script is a much enhanced version of the one > provided by ray@ and is expected to support the full kbdmap(5) syntax. > > The naming convention used is: > > <2-letter country code>..kbd > > Only if there are multiple layouts for different languages: > > <2-letter country code>-<2-letter language code>..kbd > > In nearly all cases, the keyboards are country specific, only. Currently > there is only one case where the language was added ("ch-fr.kbd" for > the Swiss-French keyboard layout). > > I choose to write Unicode character codes as hex numbers. While this > increases the diff to the SYSCONS keymap files for the trivial cases > (conversion from ISO8859-1), it really helps to verify the more complex > cases against a Unicode table (which is indexed by hex numbers). > > This commit does not cover all files that have been converted, since I > need to sort out which ones to use, if there were several with different > source encodings to choose from. > > Review and test of the keymap files is highly desirable before 10.1 is > released. I'd also appreciate educated opinions regarding the optimum > variant (to be made available as the default for each language). > > Since there are no NEWCONS keymaps in 10-STABLE, I plan to MFC after > the minimum allowed delay of 3 days, to allow at least a few weeks to > test and improve what will be in the next release. > > MFC after: 3 days > Thank you very much Stefan for such great help!!! WBW -- Aleksandr Rybalko