From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 12 22:36:55 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 800BF6D4; Tue, 12 Aug 2014 22:36:55 +0000 (UTC) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (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 189E02FEC; Tue, 12 Aug 2014 22:36:55 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id a3so7047608oib.15 for ; Tue, 12 Aug 2014 15:36:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PApfHuLls90reNErRQO9EZBWP6KEXu5Vm7YO3mycWLk=; b=lfPTHrWNet6oFBTtI1daQg3Vl5crCU3ewbEc05tLiDOG7+M5wWjTKdxVTMtFdjKCXH iBDOIz/sKMBn2RT8G7nMRY6awEc9q4+bWTydbBdM4WeVijH5rcwMo1TUIXx5WSyZ6KM5 R3G3r4QHOGpoOSEq4DDHKwEBxW6eJfl9YBL0ntRqx1BVHUA+DdgEAT3zKriF2PYSjVLJ pVvZnI57W4Dl9I9LOfNPAwvl8hhRb0sOtOptajcpdS5t2SgjdvGFnwDGyWqUiyutPGTx 1GO0EvzsKxiOq4IWK8kSJ9R8X6yr+vBZiCPkwF1uJOsQ/7JkTmVPLY8TFqYZpZPBfCmW UnDQ== MIME-Version: 1.0 X-Received: by 10.182.60.4 with SMTP id d4mr961209obr.4.1407883014457; Tue, 12 Aug 2014 15:36:54 -0700 (PDT) Received: by 10.182.216.200 with HTTP; Tue, 12 Aug 2014 15:36:54 -0700 (PDT) In-Reply-To: References: <53EA0EC2.2070601@freebsd.org> <53EA1E5A.5020707@FreeBSD.org> <53EA2D00.7010307@freebsd.org> Date: Wed, 13 Aug 2014 00:36:54 +0200 Message-ID: Subject: Re: Keymap definitions for VT / NEWCONS From: Oliver Pinter To: Ed Maste Content-Type: text/plain; charset=ISO-8859-1 Cc: Aleksandr Rybalko , freebsd-stable@freebsd.org, "Andrey V. Elsukov" , freebsd-hackers@freebsd.org, Kevin Oberman X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 22:36:55 -0000 On 8/12/14, Ed Maste wrote: > On 12 August 2014 13:57, Oliver Pinter wrote: >> >> Hi! >> >> I like to see the us.pc-crtrl.kbd too in this list. How can I convert >> this in fastest way? > > It doesn't have any code points >= 128 so no conversion is necessary - > it should work as-is. > Okay! Thanks the quick answer.